Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
c7049d80
Commit
c7049d80
authored
Mar 18, 2010
by
Lasse Holmstedt
Browse files
Added FIXME and fixed qmlprojectmanager pluginspec
parent
418ef57c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
View file @
c7049d80
...
...
@@ -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>
src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp
View file @
c7049d80
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment