forked from qt-creator/qt-creator
Wizards: Fix custom wizards (fix up delayed creation).
Fixes e5f60a956f
This commit is contained in:
@@ -885,7 +885,6 @@ QStringList MainWindow::showNewItemDialog(const QString &title,
|
||||
const QList<IWizard *> &wizards,
|
||||
const QString &defaultLocation)
|
||||
{
|
||||
emit m_coreImpl->newItemsDialogRequested();
|
||||
// Scan for wizards matching the filter and pick one. Don't show
|
||||
// dialog if there is only one.
|
||||
IWizard *wizard = 0;
|
||||
|
||||
Reference in New Issue
Block a user