summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativerepeater/data/intmodel.qml
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-04-28 18:22:17 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-04-28 18:22:17 (GMT)
commit576cb12c36f24917d674f4c0bf240441b4ac9b43 (patch)
tree750db6cfdaec443ad49672b7e598ada16ba29d80 /tests/auto/declarative/qdeclarativerepeater/data/intmodel.qml
parent06dfdf230dfcebbf955cdb6bd302fad88fe0398f (diff)
parent169a352dd796d79ba48dfd4d79966617a14452e4 (diff)
downloadQt-576cb12c36f24917d674f4c0bf240441b4ac9b43.zip
Qt-576cb12c36f24917d674f4c0bf240441b4ac9b43.tar.gz
Qt-576cb12c36f24917d674f4c0bf240441b4ac9b43.tar.bz2
Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration into master-integration
* 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration: (324 commits) changes-4.7.0 updated Update Polish translation Revert "QDialog: user-moved dialog would not show on the same place after hide" MediaServices; Don't look at the debug info when looking for plugins. Cocoa: Native QFileDialog has problems selecting name filter Mac: improve mac native events autotest API Ensure text document is created before we access it. Fix attempted invocation of non-existent timerActivated() slot. Plugins documentation. Fix up qdocs for mediaservices namespace. Fix update issue when an item has an effect and child. Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints. Disallow "Qt" as namespace import Don't "adjust" the z value of a delegate that has been cached. Correctly inherit extension properties Autotests More QDeclarativeNetworkAccessManagerFactory doc clarification. Fix QDeclarativeNetworkAccessManagerFactory docs. Don't crash on invalid model remove signal. Ensure scheduled layout can occur before testing. ...
Diffstat (limited to 'tests/auto/declarative/qdeclarativerepeater/data/intmodel.qml')
-rw-r--r--tests/auto/declarative/qdeclarativerepeater/data/intmodel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativerepeater/data/intmodel.qml b/tests/auto/declarative/qdeclarativerepeater/data/intmodel.qml
index cf1fb4d..9cd03c4 100644
--- a/tests/auto/declarative/qdeclarativerepeater/data/intmodel.qml
+++ b/tests/auto/declarative/qdeclarativerepeater/data/intmodel.qml
@@ -1,4 +1,4 @@
-import Qt 4.6
+import Qt 4.7
Rectangle {
id: container