forked from qt-creator/qt-creator
Move wizard list generating helper methods to IWizard.
They don't have anything to do specifically with file wizards.
This commit is contained in:
@@ -760,7 +760,7 @@ void MainWindow::registerDefaultActions()
|
||||
|
||||
void MainWindow::newFile()
|
||||
{
|
||||
showNewItemDialog(tr("New", "Title of dialog"),BaseFileWizard::allWizards());
|
||||
showNewItemDialog(tr("New", "Title of dialog"), IWizard::allWizards());
|
||||
}
|
||||
|
||||
void MainWindow::openFile()
|
||||
|
||||
Reference in New Issue
Block a user