summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/listview/highlight.qml
diff options
context:
space:
mode:
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 794b3f26d4..1282f8d606 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 viewer automatically loads files in dummydata/* to assist
+ // The launcher automatically loads files in dummydata/* to assist
// development without a real data source.
// Define a delegate component. A component will be