diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-04 06:17:13 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-04 06:17:13 (GMT) |
commit | 723fcb85aeb69b8dbfcba57b0b96c7adaf9cd00b (patch) | |
tree | 4ddef15ac99c9a4babd23986c4f93eaa2009e512 /examples/declarative/tutorials/helloworld/tutorial2.qml | |
parent | c86449e2e45b67662b652d58e95e0ca7c99782fd (diff) | |
parent | 9d0317c91dbbe660af2ed2aa8ea47446049467d2 (diff) | |
download | Qt-723fcb85aeb69b8dbfcba57b0b96c7adaf9cd00b.zip Qt-723fcb85aeb69b8dbfcba57b0b96c7adaf9cd00b.tar.gz Qt-723fcb85aeb69b8dbfcba57b0b96c7adaf9cd00b.tar.bz2 |
Merge branch '4.7' into mimir
Diffstat (limited to 'examples/declarative/tutorials/helloworld/tutorial2.qml')
-rw-r--r-- | examples/declarative/tutorials/helloworld/tutorial2.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/helloworld/tutorial2.qml b/examples/declarative/tutorials/helloworld/tutorial2.qml index 1ffde57..1bfab92 100644 --- a/examples/declarative/tutorials/helloworld/tutorial2.qml +++ b/examples/declarative/tutorials/helloworld/tutorial2.qml @@ -39,7 +39,7 @@ ****************************************************************************/ //![0] -import Qt 4.7 +import QtQuick 1.0 Rectangle { id: page |