diff options
author | deva <deva> | 2009-03-18 14:03:58 +0000 |
---|---|---|
committer | deva <deva> | 2009-03-18 14:03:58 +0000 |
commit | fe56b832d8781db11911b778630d344bcc834145 (patch) | |
tree | 6b75784b6a66c593461957af2e69925c4cc12028 /client/widgets/combobox.h | |
parent | 4696bba0897715cb79eb75fcb14169964e1562e2 (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.h | 2 |
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; |