Doc: Qt Quick: Fix module name format (Pt 2/2)
authorSze Howe Koh <szehowe.koh@gmail.com>
Tue, 23 Apr 2013 14:19:05 +0000 (22:19 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 23 Apr 2013 16:29:25 +0000 (18:29 +0200)
commit61b4e90a0fe3d864ac03be2a318d7eec74e3cf0a
tree4b511a6818a0487acb1ef5bc333c18cee70932e1
parent59f075df52f5e78b95b360fb0533c2249924e7a7
Doc: Qt Quick: Fix module name format (Pt 2/2)

Follow the conventions at
http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation

Attempt to differentiate between the whole module ("Qt Quick") and the
QML import ("QtQuick") by encoding the latter with monospace font. There
are places in the text where both representations are valid.

Change-Id: If398304757e0a5106542c09099e1814084e54c5c
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
21 files changed:
src/imports/widgets/widgetsplugin.cpp
src/plugins/accessible/shared/qqmlaccessible.h
src/qml/doc/src/cppintegration/definetypes.qdoc
src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
src/qml/qml/qqmlcomponent.cpp
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmlerror.cpp
src/qml/qml/qqmlexpression.cpp
src/qml/qml/qqmlextensionplugin.cpp
src/qml/qml/qqmlglobal_p.h
src/qml/qml/qqmllist.cpp
src/qml/qml/qqmllocale.cpp
src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp
src/qml/qml/qqmlproperty.cpp
src/quick/doc/src/appdevguide/glossary.qdoc
src/quick/doc/src/appdevguide/porting.qdoc
src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc
src/quick/doc/src/qmltypereference.qdoc
src/quick/doc/src/whatsnew.qdoc
src/quick/items/context2d/qquickcanvasitem.cpp
src/quick/util/qquickimageprovider.cpp