aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/rssnews/content/BusyIndicator.qml
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-06-13 13:27:45 +0200
committerNiels Weber <niels.weber@digia.com>2014-06-16 08:31:25 +0200
commitdf2c91bfb1e70937725bf2da760dc9475cb04105 (patch)
tree13f40053712e1ebe1516de2d830e5dbd6a29867e /examples/quick/demos/rssnews/content/BusyIndicator.qml
parentf1536d179ade768923de91e53c87fd02ad87fc8a (diff)
Use newest QtQuick in rssnews demo
Task-number: QTBUG-37203 Change-Id: I720e510b875f63eb5c184cd7d8b9eb127674d505 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'examples/quick/demos/rssnews/content/BusyIndicator.qml')
-rw-r--r--examples/quick/demos/rssnews/content/BusyIndicator.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/demos/rssnews/content/BusyIndicator.qml b/examples/quick/demos/rssnews/content/BusyIndicator.qml
index c16f582c40..d9c3646ae3 100644
--- a/examples/quick/demos/rssnews/content/BusyIndicator.qml
+++ b/examples/quick/demos/rssnews/content/BusyIndicator.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtQml module of the Qt Toolkit.
@@ -39,7 +39,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick 2.2
Image {
id: container