diff options
author | A-Team <ateam@pad.test.qt.nokia.com> | 2010-10-01 22:00:17 (GMT) |
---|---|---|
committer | A-Team <ateam@pad.test.qt.nokia.com> | 2010-10-01 22:00:17 (GMT) |
commit | 9d0317c91dbbe660af2ed2aa8ea47446049467d2 (patch) | |
tree | b10925754df0608beb5de941b5c1ea4da1f3bd55 /doc/src/snippets/declarative/propertyaction.qml | |
parent | 628c9625c4bf6d0e189f9e8da5268eb7629e7597 (diff) | |
parent | 33b76a659b2f44fa7038e375bbfb4cfd449ae617 (diff) | |
download | Qt-9d0317c91dbbe660af2ed2aa8ea47446049467d2.zip Qt-9d0317c91dbbe660af2ed2aa8ea47446049467d2.tar.gz Qt-9d0317c91dbbe660af2ed2aa8ea47446049467d2.tar.bz2 |
Merge branch '4.7-upstream' into 4.7-doc
Diffstat (limited to 'doc/src/snippets/declarative/propertyaction.qml')
-rw-r--r-- | doc/src/snippets/declarative/propertyaction.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/propertyaction.qml b/doc/src/snippets/declarative/propertyaction.qml index 696c9ef..acb5c43 100644 --- a/doc/src/snippets/declarative/propertyaction.qml +++ b/doc/src/snippets/declarative/propertyaction.qml @@ -37,7 +37,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ -import Qt 4.7 +import QtQuick 1.0 Row { |