summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qcombobox_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-11-02 14:45:49 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-11-02 14:47:17 (GMT)
commit8abe466caa1b38f4cc1f95fba83d5e61e611e931 (patch)
treec08bb40f422a984af077da49ac9ba1e5981658df /src/gui/widgets/qcombobox_p.h
parent8d01f436451071a917c147a96a979ccdaee106f9 (diff)
downloadQt-8abe466caa1b38f4cc1f95fba83d5e61e611e931.zip
Qt-8abe466caa1b38f4cc1f95fba83d5e61e611e931.tar.gz
Qt-8abe466caa1b38f4cc1f95fba83d5e61e611e931.tar.bz2
Make the combobox emit activated when it loses focus
Task-number: QTBUG-1071 Reviewed-by: ogoffart
Diffstat (limited to 'src/gui/widgets/qcombobox_p.h')
-rw-r--r--src/gui/widgets/qcombobox_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/qcombobox_p.h b/src/gui/widgets/qcombobox_p.h
index fe42c47..f6ba57c 100644
--- a/src/gui/widgets/qcombobox_p.h
+++ b/src/gui/widgets/qcombobox_p.h
@@ -342,6 +342,8 @@ public:
void init();
QComboBoxPrivateContainer* viewContainer();
void updateLineEditGeometry();
+ Qt::MatchFlags matchFlags() const;
+ void _q_editingFinished();
void _q_returnPressed();
void _q_complete();
void _q_itemSelected(const QModelIndex &item);