Move wizard list generating helper methods to IWizard.

They don't have anything to do specifically with file wizards.
This commit is contained in:
con
2009-05-11 13:34:58 +02:00
parent fc78ae272b
commit 8457bd6861
6 changed files with 77 additions and 43 deletions

View File

@@ -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()