summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/configdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/configdocument.h')
-rw-r--r--utils/themeeditor/gui/configdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/configdocument.h b/utils/themeeditor/gui/configdocument.h
index 746ed94627..0057ac15c4 100644
--- a/utils/themeeditor/gui/configdocument.h
+++ b/utils/themeeditor/gui/configdocument.h
@@ -41,6 +41,7 @@ class NoScrollCombo: public QComboBox
41{ 41{
42public: 42public:
43 NoScrollCombo(QWidget* parent = 0) : QComboBox(parent) {} 43 NoScrollCombo(QWidget* parent = 0) : QComboBox(parent) {}
44 virtual ~NoScrollCombo(){ }
44 45
45 void wheelEvent(QWheelEvent* event) { event->ignore(); } 46 void wheelEvent(QWheelEvent* event) { event->ignore(); }
46}; 47};