aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/quicktemplates2/qquickcombobox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickcombobox.cpp b/src/quicktemplates2/qquickcombobox.cpp
index 4d5efece..c61ea9ed 100644
--- a/src/quicktemplates2/qquickcombobox.cpp
+++ b/src/quicktemplates2/qquickcombobox.cpp
@@ -900,6 +900,8 @@ int QQuickComboBox::highlightedIndex() const
This property holds the index of the current item in the combo box.
+ The default value is \c -1 when \l count is \c 0, and \c 0 otherwise.
+
\sa activated(), currentText, highlightedIndex
*/
int QQuickComboBox::currentIndex() const