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 af48ba5..3cdebfe 100644 --- a/client/widgets/combobox.h +++ b/client/widgets/combobox.h @@ -70,6 +70,7 @@ signals: protected: bool eventFilter(QObject *obj, QEvent *event); + void wheelEvent(QWheelEvent *); private: QRegExp rx; |