diff options
Diffstat (limited to 'client/widgets/combobox.h')
-rw-r--r-- | client/widgets/combobox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h index 3cdebfe..8059e81 100644 --- a/client/widgets/combobox.h +++ b/client/widgets/combobox.h @@ -71,6 +71,7 @@ signals: protected: bool eventFilter(QObject *obj, QEvent *event); void wheelEvent(QWheelEvent *); + void changeEvent(QEvent *event); private: QRegExp rx; |