Reorder Editor/Song destruction order to prevent bad memory accesses (issue #2015)

This commit is contained in:
Colin Wallace
2015-05-12 18:56:58 +00:00
parent 2f969c1e1c
commit 12f299bb9e
3 changed files with 60 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ public:
public slots:
void displayInitProgress(const QString &msg);
private slots:
void childDestroyed(QObject *obj);
private:
static GuiApplication* s_instance;