summaryrefslogtreecommitdiffstats
path: root/examples/scxml/invoke-common
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-02-09 14:22:01 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-17 16:42:32 +0000
commitcc7e40edd84fae79dbec7442bde1349e8e65f28a (patch)
tree4780816f90ecf6d9a7fd468e39307d4b0aa4afe6 /examples/scxml/invoke-common
parentcf9e2e0c3485c3a7495115cbf2a25673b30b2fa9 (diff)
Qt State Machine standalone documentation
The Qt State Machine was carved off of the qtbase and qtdeclarative repositories and relocated to the qtscxml repository as a neighbor of the scxml state machine. As such the Qt State Machine had several fragments of existing documentation, but no qdoc packaging to make them work as a standalone documentation. This packaging and related necessary changes is the essence of this commit. Task-number: QTBUG-89833 Change-Id: I43d8f8145d4467bd48dbf4674fa28a29671de868 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit da53c46a5d20d316278fa10ddbe6f919113fbeab) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/scxml/invoke-common')
-rw-r--r--examples/scxml/invoke-common/Button.qml2
-rw-r--r--examples/scxml/invoke-common/SubView.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/scxml/invoke-common/Button.qml b/examples/scxml/invoke-common/Button.qml
index 4e92e32..6a0bcec 100644
--- a/examples/scxml/invoke-common/Button.qml
+++ b/examples/scxml/invoke-common/Button.qml
@@ -48,7 +48,7 @@
**
****************************************************************************/
-import QtQuick 2.5
+import QtQuick
Item {
id: button
diff --git a/examples/scxml/invoke-common/SubView.qml b/examples/scxml/invoke-common/SubView.qml
index 2c374d5..67a6195 100644
--- a/examples/scxml/invoke-common/SubView.qml
+++ b/examples/scxml/invoke-common/SubView.qml
@@ -48,7 +48,7 @@
**
****************************************************************************/
-import QtQuick 2.5
+import QtQuick
Item {
// "anywhere" is a context property, so we always have to check if it's null