forked from qt-creator/qt-creator
Bug fix: Late crash when closing Creator while building debugging helper (QTCREATORBUG-1576).
Reviewed-by: hjk
This commit is contained in:
@@ -42,7 +42,7 @@ class CoreImpl : public ICore
|
||||
|
||||
public:
|
||||
CoreImpl(MainWindow *mainwindow);
|
||||
~CoreImpl() {}
|
||||
~CoreImpl();
|
||||
|
||||
QStringList showNewItemDialog(const QString &title,
|
||||
const QList<IWizard *> &wizards,
|
||||
|
||||
Reference in New Issue
Block a user