summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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