aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickcombobox.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-15 20:26:56 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-15 20:59:58 +0000
commit4b9b1a6e8df12e4a0b726f45b28afe1705a234cd (patch)
treecda35cd4579b0dcd8cf1df99f5d477dc8c644594 /src/quicktemplates2/qquickcombobox.cpp
parentb51e520f5150f5a008296de1d223f4bd40758d42 (diff)
Doc: fix ComboBox::highlightedIndex \readonly tag
The tag slipped to wrong place in eae24fcc. Change-Id: I2d66a78fc1d5a698f6338811ec15e3a26ee32772 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/quicktemplates2/qquickcombobox.cpp')
-rw-r--r--src/quicktemplates2/qquickcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickcombobox.cpp b/src/quicktemplates2/qquickcombobox.cpp
index ec75c053..e10a8b48 100644
--- a/src/quicktemplates2/qquickcombobox.cpp
+++ b/src/quicktemplates2/qquickcombobox.cpp
@@ -112,7 +112,6 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \readonly
\qmlsignal void Qt.labs.controls::ComboBox::highlighted(int index)
This signal is emitted when the item at \a index in the popup list is highlighted by the user.
@@ -451,6 +450,7 @@ void QQuickComboBox::setPressed(bool pressed)
}
/*!
+ \readonly
\qmlproperty int Qt.labs.controls::ComboBox::highlightedIndex
This property holds the index of the highlighted item in the combo box popup list.