aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-04-23 22:19:05 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-23 18:29:25 +0200
commit61b4e90a0fe3d864ac03be2a318d7eec74e3cf0a (patch)
tree4b511a6818a0487acb1ef5bc333c18cee70932e1 /src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp
parent59f075df52f5e78b95b360fb0533c2249924e7a7 (diff)
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>
Diffstat (limited to 'src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp')
-rw-r--r--src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp b/src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp
index 156c341158..02b22bef0c 100644
--- a/src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp
+++ b/src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp
@@ -80,7 +80,7 @@ QT_BEGIN_NAMESPACE
For more information about signals and threads, see
\l {Threads and QObjects} and \l {Signals and Slots Across Threads}.
- The QtQuick 1 version of this class is named QDeclarativeNetworkAccessManagerFactory.
+ The Qt Quick 1 version of this class is named QDeclarativeNetworkAccessManagerFactory.
\sa {qml/networkaccessmanagerfactory}{NetworkAccessManagerFactory example}
*/