summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2010-05-21 11:28:38 (GMT)
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2010-05-21 11:37:45 (GMT)
commitf1dc8ed5d852a02dcacafb79195d8ca17d4a20ea (patch)
treede1ab79ee9756461e8048bb8e438fdb38abb95fc /src/gui/widgets
parent1c4846bc35613f388fda28841e19c3a9cbc8c11f (diff)
downloadQt-f1dc8ed5d852a02dcacafb79195d8ca17d4a20ea.zip
Qt-f1dc8ed5d852a02dcacafb79195d8ca17d4a20ea.tar.gz
Qt-f1dc8ed5d852a02dcacafb79195d8ca17d4a20ea.tar.bz2
QComboBox: Fix documentation and make auto-test pass.
Reviewed-by: Olivier
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/qcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qcombobox.cpp b/src/gui/widgets/qcombobox.cpp
index 1504066..6cf24a6 100644
--- a/src/gui/widgets/qcombobox.cpp
+++ b/src/gui/widgets/qcombobox.cpp
@@ -1293,7 +1293,7 @@ QComboBox::~QComboBox()
By default, this property has a value of 10.
\note This property is ignored for non-editable comboboxes in styles that returns
- false for QStyle::SH_ComboBox_Popup such as the Mac style or the Gtk+ Style.
+ true for QStyle::SH_ComboBox_Popup such as the Mac style or the Gtk+ Style.
*/
int QComboBox::maxVisibleItems() const
{