summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/listview/highlight.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-05-19 02:44:07 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-05-19 02:44:07 (GMT)
commita0973fe3b88dbef39e42da584e63a210693342ee (patch)
treef3edf45c2c9dff62a3f5f1cf9fb3c5762ce7e887 /doc/src/snippets/declarative/listview/highlight.qml
parentcd707a865625c7ee0ec836d2a1bdcda847ab0517 (diff)
parente007505d8f35c1194caf80ffc4f1e46561ff7be3 (diff)
downloadQt-a0973fe3b88dbef39e42da584e63a210693342ee.zip
Qt-a0973fe3b88dbef39e42da584e63a210693342ee.tar.gz
Qt-a0973fe3b88dbef39e42da584e63a210693342ee.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Conflicts: src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp src/imports/folderlistmodel/qdeclarativefolderlistmodel.h
Diffstat (limited to 'doc/src/snippets/declarative/listview/highlight.qml')
-rw-r--r--doc/src/snippets/declarative/listview/highlight.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/listview/highlight.qml b/doc/src/snippets/declarative/listview/highlight.qml
index 1282f8d..794b3f2 100644
--- a/doc/src/snippets/declarative/listview/highlight.qml
+++ b/doc/src/snippets/declarative/listview/highlight.qml
@@ -4,7 +4,7 @@ Rectangle {
width: 180; height: 200; color: "white"
// ContactModel model is defined in dummydata/ContactModel.qml
- // The launcher automatically loads files in dummydata/* to assist
+ // The viewer automatically loads files in dummydata/* to assist
// development without a real data source.
// Define a delegate component. A component will be