Skip to content
Snippets Groups Projects
Commit 4f0d86b4 authored by Andre Hartmann's avatar Andre Hartmann Committed by Daniel Teske
Browse files

Project Management: Switch to Welcome Screen on "Close All Projects"


The natural thing when closing all Projects is to start a new work, so
switching to Welcome Screen seems useful.

Change-Id: I0520848739049f1685075eeed3ccaa17bf143618
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 36c4479a
No related branches found
No related tags found
No related merge requests found
......@@ -1082,6 +1082,8 @@ void ProjectExplorerPlugin::closeAllProjects()
d->m_session->closeAllProjects();
updateActions();
Core::ModeManager::activateMode(Core::Id(Core::Constants::MODE_WELCOME));
}
void ProjectExplorerPlugin::extensionsInitialized()
......
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