QComboBox: new signal currentTextChanged
authorMark Brand <mabrand@mabrand.nl>
Sat, 13 Oct 2012 13:08:11 +0000 (15:08 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 26 Oct 2012 13:24:19 +0000 (15:24 +0200)
commit5bddaf76e027a4688a9f26a6a6b3fa80e0903cb7
tree5842ca0a3e8c8454bc2a293c40afa9ab35c6e615
parent84787d82ee9369b2a83c5b0568ee62ab602a5528
QComboBox: new signal currentTextChanged

Adds NOTIFY to currentText property.

Test included.

Change-Id: I3e92b585ad6697891d61537c82f6ab9e8beb1a00
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/widgets/widgets/qcombobox.cpp
src/widgets/widgets/qcombobox.h
tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp