diff options
author | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2010-05-21 11:28:38 (GMT) |
---|---|---|
committer | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2010-05-21 11:37:45 (GMT) |
commit | f1dc8ed5d852a02dcacafb79195d8ca17d4a20ea (patch) | |
tree | de1ab79ee9756461e8048bb8e438fdb38abb95fc /src/gui/widgets | |
parent | 1c4846bc35613f388fda28841e19c3a9cbc8c11f (diff) | |
download | Qt-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.cpp | 2 |
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 { |