summaryrefslogtreecommitdiff
path: root/client/widgets/combobox.h
diff options
context:
space:
mode:
authordeva <deva>2010-04-29 12:26:01 +0000
committerdeva <deva>2010-04-29 12:26:01 +0000
commit0d76adfb6dce6dec1367913752f7b0a818e1bc21 (patch)
treedb67eab193681dea72df4a14bbdac39b67fcf106 /client/widgets/combobox.h
parentc96a2e557f0a9322c9369a06041e894cc2f11e93 (diff)
Backported some widget behaviour from head.
Diffstat (limited to 'client/widgets/combobox.h')
-rw-r--r--client/widgets/combobox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h
index af48ba5..8059e81 100644
--- a/client/widgets/combobox.h
+++ b/client/widgets/combobox.h
@@ -70,6 +70,8 @@ signals:
protected:
bool eventFilter(QObject *obj, QEvent *event);
+ void wheelEvent(QWheelEvent *);
+ void changeEvent(QEvent *event);
private:
QRegExp rx;