aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/accelbubble/Bubble.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/accelbubble/Bubble.qml')
-rw-r--r--doc/examples/accelbubble/Bubble.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/accelbubble/Bubble.qml b/doc/examples/accelbubble/Bubble.qml
index 9a93069aeb6..bb218759511 100644
--- a/doc/examples/accelbubble/Bubble.qml
+++ b/doc/examples/accelbubble/Bubble.qml
@@ -3,7 +3,7 @@
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the examples of the Qt Toolkit.
+** This file is part of Qt Creator
**
** $QT_BEGIN_LICENSE:BSD$
** Commercial License Usage
@@ -48,9 +48,9 @@
**
****************************************************************************/
-import QtQuick 2.5
-import QtQuick.Controls 1.4
-import QtQuick.Layouts 1.2
+import QtQuick 2.7
+import QtQuick.Controls 2.0
+import QtQuick.Layouts 1.0
Image {
source: "Bluebubble.svg"