summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qcombobox.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.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.h')
-rw-r--r--src/gui/widgets/qcombobox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/qcombobox.h b/src/gui/widgets/qcombobox.h
index 4089a09..485e562 100644
--- a/src/gui/widgets/qcombobox.h
+++ b/src/gui/widgets/qcombobox.h
@@ -305,6 +305,7 @@ private:
Q_PRIVATE_SLOT(d_func(), void _q_itemSelected(const QModelIndex &item))
Q_PRIVATE_SLOT(d_func(), void _q_emitHighlighted(const QModelIndex &))
Q_PRIVATE_SLOT(d_func(), void _q_emitCurrentIndexChanged(const QModelIndex &index))
+ Q_PRIVATE_SLOT(d_func(), void _q_editingFinished())
Q_PRIVATE_SLOT(d_func(), void _q_returnPressed())
Q_PRIVATE_SLOT(d_func(), void _q_resetButton())
Q_PRIVATE_SLOT(d_func(), void _q_dataChanged(const QModelIndex &, const QModelIndex &))