summaryrefslogtreecommitdiff
path: root/client/widgets/combobox.h
diff options
context:
space:
mode:
authordeva <deva>2010-02-19 11:26:17 +0000
committerdeva <deva>2010-02-19 11:26:17 +0000
commitbbf6aeccbd2054063c2c2bfe080b37ea9d993462 (patch)
tree889f8ef91865382b52e69f2cd44273122a23addd /client/widgets/combobox.h
parentce52eeb9ee3732aa4c88cfd2c70feea8e911e1ff (diff)
Disabled scroll on comboboxes. (It now sends the scroll event to its parent.)
Diffstat (limited to 'client/widgets/combobox.h')
-rw-r--r--client/widgets/combobox.h1
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;