Skip to content
Snippets Groups Projects
Commit 3afaf008 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

welcome screen: Simplify project wizard call.

parent 224a3870
No related branches found
No related tags found
No related merge requests found
......@@ -310,9 +310,8 @@ void WelcomeMode::slotFeedback()
void WelcomeMode::slotCreateNewProject()
{
Core::Internal::NewDialog dlg(widget());
dlg.setWizards(Core::IWizard::wizardsOfKind(Core::IWizard::ProjectWizard));
dlg.showDialog();
Core::ICore::instance()->showNewItemDialog(tr("New Project..."),
Core::IWizard::wizardsOfKind(Core::IWizard::ProjectWizard));
}
void WelcomeMode::slotNextTip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment