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 /tools/qdoc3 | |
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 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/test/macros.qdocconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/test/macros.qdocconf b/tools/qdoc3/test/macros.qdocconf index 22db23e..e7a1dbc 100644 --- a/tools/qdoc3/test/macros.qdocconf +++ b/tools/qdoc3/test/macros.qdocconf @@ -18,6 +18,7 @@ macro.ouml.HTML = "ö" macro.QA = "\\e{Qt Assistant}" macro.QD = "\\e{Qt Designer}" macro.QL = "\\e{Qt Linguist}" +macro.QQL = "\\e{Qt QML Launcher}" macro.param = "\\e" macro.raisedaster.HTML = "<sup>*</sup>" macro.rarrow.HTML = "→" |