summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-03-04 15:19:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-05 11:11:39 +0100
commit7dbe467346167a818587cc3b56a93b776f3a2bc2 (patch)
tree0261227660972afde3667186fa0d928f4ccb5414
parent5d792ca665cc79dd30d84e5fbcb25a991be49f8e (diff)
Docs: enum -> enumeration to match "QML Basic Types" docs
Change-Id: I33f152406c9e757c90005797c57f0a3d439e4d0c Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--src/controls/ProgressBar.qml2
-rw-r--r--src/controls/Slider.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ProgressBar.qml b/src/controls/ProgressBar.qml
index e7260d3b9..444ca7235 100644
--- a/src/controls/ProgressBar.qml
+++ b/src/controls/ProgressBar.qml
@@ -84,7 +84,7 @@ Control {
*/
property bool indeterminate: false
- /*! \qmlproperty enum orientation
+ /*! \qmlproperty enumeration orientation
This property holds the orientation of the progress bar.
diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml
index 41042ae1b..1950268b0 100644
--- a/src/controls/Slider.qml
+++ b/src/controls/Slider.qml
@@ -67,7 +67,7 @@ Control {
id: slider
/*!
- \qmlproperty enum Slider::orientation
+ \qmlproperty enumeration Slider::orientation
This property holds the layout orientation of the slider.
The default value is \c Qt.Horizontal