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:
parent
8e8c8dce51
commit
a9b30ee002
4 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue