aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickstatechangescript.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2013-10-01 13:03:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-02 14:40:01 +0200
commit4706b1ceff9af9141044ed3cf020ce5624bfa40f (patch)
tree43672217a945512ddd1704468d1fd4b6e9c153c7 /src/quick/util/qquickstatechangescript.cpp
parent4f50ab594aa2fb1d38981127beca634ad3396489 (diff)
qdoc: no longer recognizes the version nr in QML refs
All QML references of the form <QML-module-name><QML-module-version>::<QML-type>::<member-name> have had the <QML-module-version> removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/quick/util/qquickstatechangescript.cpp')
-rw-r--r--src/quick/util/qquickstatechangescript.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/util/qquickstatechangescript.cpp b/src/quick/util/qquickstatechangescript.cpp
index c52cd95ac1..51b379195d 100644
--- a/src/quick/util/qquickstatechangescript.cpp
+++ b/src/quick/util/qquickstatechangescript.cpp
@@ -92,7 +92,7 @@ QQuickStateChangeScript::~QQuickStateChangeScript()
}
/*!
- \qmlproperty script QtQuick2::StateChangeScript::script
+ \qmlproperty script QtQuick::StateChangeScript::script
This property holds the script to run when the state is current.
*/
QQmlScriptString QQuickStateChangeScript::script() const
@@ -108,7 +108,7 @@ void QQuickStateChangeScript::setScript(const QQmlScriptString &s)
}
/*!
- \qmlproperty string QtQuick2::StateChangeScript::name
+ \qmlproperty string QtQuick::StateChangeScript::name
This property holds the name of the script. This name can be used by a
ScriptAction to target a specific script.