summaryrefslogtreecommitdiff
path: root/examples/bluetooth/heartrate-game/qml/Connect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-game/qml/Connect.qml')
-rw-r--r--examples/bluetooth/heartrate-game/qml/Connect.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/bluetooth/heartrate-game/qml/Connect.qml b/examples/bluetooth/heartrate-game/qml/Connect.qml
index d19f49f9..fc0a7bf7 100644
--- a/examples/bluetooth/heartrate-game/qml/Connect.qml
+++ b/examples/bluetooth/heartrate-game/qml/Connect.qml
@@ -1,6 +1,6 @@
/***************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the QtBluetooth module of the Qt Toolkit.
@@ -48,8 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.5
-import Shared 1.0
+import QtQuick
+import Shared
GamePage {