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.qml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/examples/accelbubble/Bubble.qml b/doc/examples/accelbubble/Bubble.qml
index bb21875951..67e1c5922d 100644
--- a/doc/examples/accelbubble/Bubble.qml
+++ b/doc/examples/accelbubble/Bubble.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator
@@ -48,9 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.7
-import QtQuick.Controls 2.0
-import QtQuick.Layouts 1.0
+import QtQuick 2.9
+import QtQuick.Controls 2.2
Image {
source: "Bluebubble.svg"