summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qcombobox.cpp')
-rw-r--r--src/widgets/widgets/qcombobox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/widgets/qcombobox.cpp b/src/widgets/widgets/qcombobox.cpp
index 90310308c3..37a14d3eb3 100644
--- a/src/widgets/widgets/qcombobox.cpp
+++ b/src/widgets/widgets/qcombobox.cpp
@@ -1379,7 +1379,7 @@ int QComboBox::maxCount() const
Use setCompleter() instead.
- By default, this property is true.
+ By default, this property is \c true.
\sa editable
*/
@@ -1473,7 +1473,7 @@ void QComboBox::setAutoCompletionCaseSensitivity(Qt::CaseSensitivity sensitivity
Note that it is always possible to programmatically insert duplicate items into the
combobox.
- By default, this property is false (duplicates are not allowed).
+ By default, this property is \c false (duplicates are not allowed).
*/
bool QComboBox::duplicatesEnabled() const
{
@@ -1632,7 +1632,7 @@ void QComboBox::setIconSize(const QSize &size)
\property QComboBox::editable
\brief whether the combo box can be edited by the user
- By default, this property is false. The effect of editing depends
+ By default, this property is \c false. The effect of editing depends
on the insert policy.
\sa InsertPolicy