diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-10-08 08:30:19 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-10-08 08:30:19 (GMT) |
commit | 6f5c3d1c6f9d3a826821d12139070e9772eae749 (patch) | |
tree | 6262f38bb072c4efa69d93b7c8f455a9046efe85 /doc/src/declarative/qmlviewer.qdoc | |
parent | e2ed7541bace9c2b0845b2f9b51611d41874a601 (diff) | |
download | Qt-6f5c3d1c6f9d3a826821d12139070e9772eae749.zip Qt-6f5c3d1c6f9d3a826821d12139070e9772eae749.tar.gz Qt-6f5c3d1c6f9d3a826821d12139070e9772eae749.tar.bz2 |
Remove a bunch of unneeded semicolons.
Diffstat (limited to 'doc/src/declarative/qmlviewer.qdoc')
-rw-r--r-- | doc/src/declarative/qmlviewer.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/declarative/qmlviewer.qdoc b/doc/src/declarative/qmlviewer.qdoc index 8228737..f153df2 100644 --- a/doc/src/declarative/qmlviewer.qdoc +++ b/doc/src/declarative/qmlviewer.qdoc @@ -49,6 +49,9 @@ toolkit. The \c qmlviewer reads a declarative user interface definition (\c .qml) file and displays the user interface it describes. + qmlviewer is a development tool. It is not intended to be + installed in a production environment. + \section1 Options When run with the \c -help option, qmlviewer shows available options. |