QComboBox::currentText: correct documentation
authorMark Brand <mabrand@mabrand.nl>
Sat, 13 Oct 2012 11:38:34 +0000 (13:38 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 15 Oct 2012 08:18:31 +0000 (10:18 +0200)
commit8d56ed85bdce40bca7b8457527103988efb3afcd
treee51508eb14bad82653cb3552582d2b5c08a11a62
parent7fabf3bd3514c776fb0207ca73021b639e00530f
QComboBox::currentText: correct documentation

The documentation previously neglected the fact that the current text
can be provided by the embedded QLineEdit if the combo box is editable
even if there is no selected item.

Change-Id: If40868c1633af7ce81b437d29e1da3fd4fefafb0
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: Adam Light <aclight@gmail.com>
Reviewed-by: David Faure <david.faure@kdab.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
src/widgets/widgets/qcombobox.cpp