diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-10-07 00:41:23 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-10-07 00:41:23 (GMT) |
commit | fb32d782f24f79257d6de2e045d2fb2208dfe995 (patch) | |
tree | 07d8888300bad9224bc2f412d7fbfb931ed7afd7 /tests | |
parent | 0ed462973acc683882ac30ae6959340564f305a3 (diff) | |
parent | d97692f1eb18cb85830493be2e8d22fc00a85edf (diff) | |
download | Qt-fb32d782f24f79257d6de2e045d2fb2208dfe995.zip Qt-fb32d782f24f79257d6de2e045d2fb2208dfe995.tar.gz Qt-fb32d782f24f79257d6de2e045d2fb2208dfe995.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml b/tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml index 0c99e7f..0c2ac0c 100644 --- a/tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml +++ b/tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml @@ -1,4 +1,4 @@ -import Qt 4.7 +import QtQuick 1.0 Rectangle { width: 400 |