diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-05-14 11:18:33 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-05-14 14:56:24 (GMT) |
commit | 77e1ef8cb41f790115ff7552717e0ba4d33c3cf0 (patch) | |
tree | 143ff5a276bd20eaa36d1b4a5b14cafcbaaad6b4 /examples/declarative/listview/highlight.qml | |
parent | 336feccaf4517605306844690103baf331f11d50 (diff) | |
download | Qt-77e1ef8cb41f790115ff7552717e0ba4d33c3cf0.zip Qt-77e1ef8cb41f790115ff7552717e0ba4d33c3cf0.tar.gz Qt-77e1ef8cb41f790115ff7552717e0ba4d33c3cf0.tar.bz2 |
Rename QML Runtime (executable) to QML Launcher
The qml executable was first referred to as QML Viewer, then QML Runtime ...
however, the latter one caused much confusion (see old version of
qmlruntime.qdoc).
Doc changes reviewed by Leena Miettinen.
Diffstat (limited to 'examples/declarative/listview/highlight.qml')
-rw-r--r-- | examples/declarative/listview/highlight.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/listview/highlight.qml b/examples/declarative/listview/highlight.qml index 50ba2f7..ade355d 100644 --- a/examples/declarative/listview/highlight.qml +++ b/examples/declarative/listview/highlight.qml @@ -4,7 +4,7 @@ Rectangle { width: 400; height: 300 // MyPets model is defined in dummydata/MyPetsModel.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. // This one contains my pets. |