forked from qt-creator/qt-creator
Added FIXME and fixed qmlprojectmanager pluginspec
This commit is contained in:
@@ -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>
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user