summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-06-27 16:22:59 +0200
committerKai Köhne <kai.koehne@qt.io>2022-06-29 13:40:58 +0200
commita474d736e81aaba618bb9d3f1c918109f28915ca (patch)
treedff77341895e0e4f829b1b2e888ebe5c50a4f80e
parent57c9c71f7766d700f9781a5b1314b6924ad67fdd (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. Pick-to: 6.2 6.3 6.4 Change-Id: Ic12c7129cfa6efe01a0429632e99c39d4d0705ea Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-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