forked from qt-creator/qt-creator
Wizards: Fix custom wizards (fix up delayed creation).
Fixes e5f60a956f
This commit is contained in:
@@ -233,3 +233,7 @@ void CoreImpl::openFiles(const QStringList &arguments)
|
||||
m_mainwindow->openFiles(arguments);
|
||||
}
|
||||
|
||||
void CoreImpl::emitNewItemsDialogRequested()
|
||||
{
|
||||
emit newItemsDialogRequested();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user