summaryrefslogtreecommitdiff
path: root/client/widgets/combobox.h
diff options
context:
space:
mode:
authordeva <deva>2009-03-18 14:03:58 +0000
committerdeva <deva>2009-03-18 14:03:58 +0000
commitfe56b832d8781db11911b778630d344bcc834145 (patch)
tree6b75784b6a66c593461957af2e69925c4cc12028 /client/widgets/combobox.h
parent4696bba0897715cb79eb75fcb14169964e1562e2 (diff)
Made combobox show its background (red on invalid) even when running with plastique style.
Diffstat (limited to 'client/widgets/combobox.h')
-rw-r--r--client/widgets/combobox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h
index 922d51d..af48ba5 100644
--- a/client/widgets/combobox.h
+++ b/client/widgets/combobox.h
@@ -69,7 +69,7 @@ signals:
void wasChanged();
protected:
- // bool eventFilter(QObject *, QEvent *event);
+ bool eventFilter(QObject *obj, QEvent *event);
private:
QRegExp rx;