summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-06-27 16:22:59 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-29 12:25:32 +0000
commit6891061bb8524562490f5e3aad884a060a9dc46f (patch)
tree23e82d26fb93fafed4502104a8d4bf6930a87a9a
parent70947760253ca90c1ec7f66d2c39af6c22337d04 (diff)
Doc: Remove mentioning of single include
QScxmlStateMachine is just the include for this (though central) class. No need to mention it in the overview documentation. Change-Id: Ic12c7129cfa6efe01a0429632e99c39d4d0705ea Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit a474d736e81aaba618bb9d3f1c918109f28915ca) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/scxml/doc/qtscxml-index.qdoc6
-rw-r--r--src/scxml/doc/qtscxml-module-cpp.qdoc6
2 files changed, 0 insertions, 12 deletions
diff --git a/src/scxml/doc/qtscxml-index.qdoc b/src/scxml/doc/qtscxml-index.qdoc
index 710f885..ca088e0 100644
--- a/src/scxml/doc/qtscxml-index.qdoc
+++ b/src/scxml/doc/qtscxml-index.qdoc
@@ -15,12 +15,6 @@
\section1 Getting Started
- To include the definitions of the module's classes, use the following directive:
-
- \code
- #include <QScxmlStateMachine>
- \endcode
-
To import the QML types into your application, use the following import statement
in your .qml file:
diff --git a/src/scxml/doc/qtscxml-module-cpp.qdoc b/src/scxml/doc/qtscxml-module-cpp.qdoc
index 8a4525b..2161f08 100644
--- a/src/scxml/doc/qtscxml-module-cpp.qdoc
+++ b/src/scxml/doc/qtscxml-module-cpp.qdoc
@@ -11,12 +11,6 @@
\qtvariable scxml
\qtcmakepackage Scxml
- To include the definitions of the module's classes, use the following directive:
-
- \code
- #include <QScxmlStateMachine>
- \endcode
-
To use the module with cmake, use the \c{find_package()} command to locate the
needed module components in the \c{Qt6} package:
\include qtscxml-module-use.qdocinc cmakebuild