summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/workerscript.qml
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-10-04 11:40:45 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-10-04 11:40:45 (GMT)
commit6f811c74237c4c4b3618fa879253435f1bb5b7a6 (patch)
treeb10925754df0608beb5de941b5c1ea4da1f3bd55 /doc/src/snippets/declarative/workerscript.qml
parentf7be8a1ccd69c34c1f2406be625e2c60901d8e9e (diff)
parent9d0317c91dbbe660af2ed2aa8ea47446049467d2 (diff)
downloadQt-6f811c74237c4c4b3618fa879253435f1bb5b7a6.zip
Qt-6f811c74237c4c4b3618fa879253435f1bb5b7a6.tar.gz
Qt-6f811c74237c4c4b3618fa879253435f1bb5b7a6.tar.bz2
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/snippets/declarative/workerscript.qml')
-rw-r--r--doc/src/snippets/declarative/workerscript.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/snippets/declarative/workerscript.qml b/doc/src/snippets/declarative/workerscript.qml
index 6bc33fb..95e787c 100644
--- a/doc/src/snippets/declarative/workerscript.qml
+++ b/doc/src/snippets/declarative/workerscript.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
@@ -39,7 +39,7 @@
****************************************************************************/
//![0]
-import Qt 4.7
+import QtQuick 1.0
Rectangle {
width: 300; height: 300