summaryrefslogtreecommitdiffstats
path: root/doc/global/includes/module-use.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global/includes/module-use.qdocinc')
-rw-r--r--doc/global/includes/module-use.qdocinc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/global/includes/module-use.qdocinc b/doc/global/includes/module-use.qdocinc
index 747148b254..234d79c305 100644
--- a/doc/global/includes/module-use.qdocinc
+++ b/doc/global/includes/module-use.qdocinc
@@ -18,9 +18,10 @@
//! [using qt module]
//! [using the c++ api]
- Using a Qt module requires linking against the module library, either
- directly or through other dependencies. Several build tools have dedicated
- support for this, including \l{CMake Documentation}{CMake} and \l{qmake}.
+ Using a Qt module's C++ API requires linking against the module library,
+ either directly or through other dependencies. Several build tools have
+ dedicated support for this, including \l{CMake Documentation}{CMake} and
+ \l{qmake}.
//! [using the c++ api]
//! [using the qml api]