1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Made allll destructors virtual

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26895 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-17 18:47:03 +00:00
parent 8e8c8dce51
commit a9b30ee002
4 changed files with 4 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class PreferencesDialog : public QDialog {
Q_OBJECT
public:
PreferencesDialog(QWidget *parent = 0);
~PreferencesDialog();
virtual ~PreferencesDialog();
static void setButtonColor(QPushButton* button, QColor color)
{