Modes: Do the mode switching again like it used to be

It's more complicated then expected, to be detangled another day
This commit is contained in:
dt
2010-09-07 15:25:14 +02:00
parent 12e974db10
commit c2338d20a5
4 changed files with 2 additions and 13 deletions

View File

@@ -76,6 +76,7 @@ bool WelcomePlugin::initialize(const QStringList & /* arguments */, QString * /*
void WelcomePlugin::extensionsInitialized()
{
m_welcomeMode->initPlugins();
Core::ModeManager::instance()->activateMode(m_welcomeMode->id());
}
Q_EXPORT_PLUGIN(WelcomePlugin)