summaryrefslogtreecommitdiffstats
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 f2203c207..3f2798e06 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -47,7 +47,7 @@ import "Styles/Settings.js" as Settings
\qmltype ComboBox
\inqmlmodule QtQuick.Controls 1.0
\ingroup controls
- \brief ComboBox is a combined button and popup or drop-down list.
+ \brief Provides a drop-down list functionality.
Add items to the comboBox by assigning it a ListModel, or a list of strings to the \l model property.