summaryrefslogtreecommitdiff
path: root/src/controls/ComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ComboBox.qml')
-rw-r--r--src/controls/ComboBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 94bbc0cd..b01cfe12 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -341,7 +341,7 @@ Control {
be emitted if the combo box index was changed by the user, not
when set programmatically.
- \a index is the activated model index, or \c -1 if a new string is
+ \e index is the activated model index, or \c -1 if a new string is
accepted.
The corresponding handler is \c onActivated.