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

@ -46,7 +46,7 @@ class EditorWindow : public QMainWindow
Q_OBJECT
public:
EditorWindow(QWidget *parent = 0);
~EditorWindow();
virtual ~EditorWindow();
/* A public function so external widgets can load files */
void loadTabFromSkinFile(QString fileName);