Added FIXME and fixed qmlprojectmanager pluginspec

This commit is contained in:
Lasse Holmstedt
2010-03-18 11:50:38 +01:00
parent 418ef57cf9
commit c7049d80f2
2 changed files with 3 additions and 0 deletions

View File

@@ -83,6 +83,8 @@ void QmlRunControl::start()
m_applicationLauncher.start(ProjectExplorer::ApplicationLauncher::Gui, m_executable,
m_commandLineArguments);
// FIXME this line should be refactored out in order to remove the dependency between
// debugger and qmlprojectmanager, because debugger also relies on cpptools.
Debugger::DebuggerUISwitcher::instance()->setActiveLanguage(Qml::Constants::LANG_QML);
emit started();