aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickexclusivegroup.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-23 13:06:04 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-23 13:41:46 +0000
commit8a5f6de53fbde11a7075fdfed4436dfbe21acaa0 (patch)
tree2b2b74916e86f124a73cfac960b5b014cdac7062 /src/templates/qquickexclusivegroup.cpp
parent69b1ef4fd291aea54138d9a23d9710ece82b11be (diff)
Doc: Replaced the module name qualifier used for QML docs
Also made changes to avoid qdoc warnings about qml snippets. Change-Id: Ide047fe7a4901fcf4b03efdccf457662e60585d2 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickexclusivegroup.cpp')
-rw-r--r--src/templates/qquickexclusivegroup.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/templates/qquickexclusivegroup.cpp b/src/templates/qquickexclusivegroup.cpp
index 20a863cc..967d3288 100644
--- a/src/templates/qquickexclusivegroup.cpp
+++ b/src/templates/qquickexclusivegroup.cpp
@@ -221,7 +221,7 @@ QQuickExclusiveGroupAttached *QQuickExclusiveGroup::qmlAttachedProperties(QObjec
}
/*!
- \qmlproperty QtObject QtQuickControls2::ExclusiveGroup::current
+ \qmlproperty QtObject QtQuick.Controls::ExclusiveGroup::current
This property holds the currently selected object or \c null if there is none.
@@ -247,7 +247,7 @@ void QQuickExclusiveGroup::setCurrent(QObject *current)
}
/*!
- \qmlproperty list<Object> QtQuickControls2::ExclusiveGroup::checkables
+ \qmlproperty list<Object> QtQuick.Controls::ExclusiveGroup::checkables
\default
This property holds the list of checkables.
@@ -284,7 +284,7 @@ QQmlListProperty<QObject> QQuickExclusiveGroup::checkables()
}
/*!
- \qmlmethod void QtQuickControls2::ExclusiveGroup::addCheckable(QtObject object)
+ \qmlmethod void QtQuick.Controls::ExclusiveGroup::addCheckable(QtObject object)
Adds an \a object to the exclusive group.
@@ -316,7 +316,7 @@ void QQuickExclusiveGroup::addCheckable(QObject *object)
}
/*!
- \qmlmethod void QtQuickControls2::ExclusiveGroup::removeCheckable(QtObject object)
+ \qmlmethod void QtQuick.Controls::ExclusiveGroup::removeCheckable(QtObject object)
Removes an \a object from the exclusive group.
@@ -359,7 +359,7 @@ QQuickExclusiveGroupAttached::QQuickExclusiveGroupAttached(QObject *parent) :
}
/*!
- \qmlattachedproperty ExclusiveGroup QtQuickControls2::ExclusiveGroup::group
+ \qmlattachedproperty ExclusiveGroup QtQuick.Controls::ExclusiveGroup::group
This property attaches a checkable control or object to an exclusive group.