aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickpageindicator.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/qquickpageindicator.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/qquickpageindicator.cpp')
-rw-r--r--src/templates/qquickpageindicator.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/qquickpageindicator.cpp b/src/templates/qquickpageindicator.cpp
index 37a52fe0..d7cb40cc 100644
--- a/src/templates/qquickpageindicator.cpp
+++ b/src/templates/qquickpageindicator.cpp
@@ -83,7 +83,7 @@ QQuickPageIndicator::QQuickPageIndicator(QQuickItem *parent) :
}
/*!
- \qmlproperty int QtQuickControls2::PageIndicator::count
+ \qmlproperty int QtQuick.Controls::PageIndicator::count
This property holds the number of pages.
*/
@@ -103,7 +103,7 @@ void QQuickPageIndicator::setCount(int count)
}
/*!
- \qmlproperty int QtQuickControls2::PageIndicator::currentIndex
+ \qmlproperty int QtQuick.Controls::PageIndicator::currentIndex
This property holds the index of the current page.
*/
@@ -123,7 +123,7 @@ void QQuickPageIndicator::setCurrentIndex(int index)
}
/*!
- \qmlproperty Component QtQuickControls2::PageIndicator::delegate
+ \qmlproperty Component QtQuick.Controls::PageIndicator::delegate
This property holds a delegate that presents a page.
@@ -145,7 +145,7 @@ void QQuickPageIndicator::setDelegate(QQmlComponent *delegate)
}
/*!
- \qmlproperty color QtQuickControls2::PageIndicator::color
+ \qmlproperty color QtQuick.Controls::PageIndicator::color
This property holds the color of the indicator.