From a9b30ee002d828f3f5e8f77ce6d132bb353ed31f Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 17 Jun 2010 18:47:03 +0000 Subject: Theme Editor: Made allll destructors virtual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26895 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/configdocument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/themeeditor/gui/configdocument.h') 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 { public: NoScrollCombo(QWidget* parent = 0) : QComboBox(parent) {} + virtual ~NoScrollCombo(){ } void wheelEvent(QWheelEvent* event) { event->ignore(); } }; -- cgit v1.2.3