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

@@ -18,5 +18,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<dependency name="TextEditor" version="1.3.82"/>
<dependency name="QmlJSEditor" version="1.3.82"/>
<dependency name="Help" version="1.3.82"/>
<dependency name="Debugger" version="1.3.82" />
</dependencyList>
</plugin>

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