diff options
author | Martin Smith <[email protected]> | 2013-10-01 13:03:28 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-10-02 14:40:01 +0200 |
commit | 4706b1ceff9af9141044ed3cf020ce5624bfa40f (patch) | |
tree | 43672217a945512ddd1704468d1fd4b6e9c153c7 /src/quick/items/qquickstateoperations.cpp | |
parent | 4f50ab594aa2fb1d38981127beca634ad3396489 (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 <[email protected]>
Diffstat (limited to 'src/quick/items/qquickstateoperations.cpp')
-rw-r--r-- | src/quick/items/qquickstateoperations.cpp | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/quick/items/qquickstateoperations.cpp b/src/quick/items/qquickstateoperations.cpp index 6da4957518..705d2e490e 100644 --- a/src/quick/items/qquickstateoperations.cpp +++ b/src/quick/items/qquickstateoperations.cpp @@ -187,12 +187,12 @@ QQuickParentChange::~QQuickParentChange() } /*! - \qmlproperty real QtQuick2::ParentChange::x - \qmlproperty real QtQuick2::ParentChange::y - \qmlproperty real QtQuick2::ParentChange::width - \qmlproperty real QtQuick2::ParentChange::height - \qmlproperty real QtQuick2::ParentChange::scale - \qmlproperty real QtQuick2::ParentChange::rotation + \qmlproperty real QtQuick::ParentChange::x + \qmlproperty real QtQuick::ParentChange::y + \qmlproperty real QtQuick::ParentChange::width + \qmlproperty real QtQuick::ParentChange::height + \qmlproperty real QtQuick::ParentChange::scale + \qmlproperty real QtQuick::ParentChange::rotation These properties hold the new position, size, scale, and rotation for the item in this state. */ @@ -311,7 +311,7 @@ QQuickItem *QQuickParentChange::originalParent() const } /*! - \qmlproperty Item QtQuick2::ParentChange::target + \qmlproperty Item QtQuick::ParentChange::target This property holds the item to be reparented */ QQuickItem *QQuickParentChange::object() const @@ -327,7 +327,7 @@ void QQuickParentChange::setObject(QQuickItem *target) } /*! - \qmlproperty Item QtQuick2::ParentChange::parent + \qmlproperty Item QtQuick::ParentChange::parent This property holds the new parent for the item in this state. */ QQuickItem *QQuickParentChange::parent() const @@ -938,7 +938,7 @@ QQuickAnchorSet *QQuickAnchorChanges::anchors() } /*! - \qmlproperty Item QtQuick2::AnchorChanges::target + \qmlproperty Item QtQuick::AnchorChanges::target This property holds the \l Item for which the anchor changes will be applied. */ QQuickItem *QQuickAnchorChanges::object() const @@ -954,13 +954,13 @@ void QQuickAnchorChanges::setObject(QQuickItem *target) } /*! - \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.left - \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.right - \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.horizontalCenter - \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.top - \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.bottom - \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.verticalCenter - \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.baseline + \qmlproperty AnchorLine QtQuick::AnchorChanges::anchors.left + \qmlproperty AnchorLine QtQuick::AnchorChanges::anchors.right + \qmlproperty AnchorLine QtQuick::AnchorChanges::anchors.horizontalCenter + \qmlproperty AnchorLine QtQuick::AnchorChanges::anchors.top + \qmlproperty AnchorLine QtQuick::AnchorChanges::anchors.bottom + \qmlproperty AnchorLine QtQuick::AnchorChanges::anchors.verticalCenter + \qmlproperty AnchorLine QtQuick::AnchorChanges::anchors.baseline These properties change the respective anchors of the item. |