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:
@@ -61,6 +61,11 @@ CoreImpl::CoreImpl(MainWindow *mainwindow)
|
||||
m_mainwindow = mainwindow;
|
||||
}
|
||||
|
||||
CoreImpl::~CoreImpl()
|
||||
{
|
||||
m_instance = 0;
|
||||
}
|
||||
|
||||
QStringList CoreImpl::showNewItemDialog(const QString &title,
|
||||
const QList<IWizard *> &wizards,
|
||||
const QString &defaultLocation)
|
||||
|
||||
Reference in New Issue
Block a user