Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
c7049d80
Commit
c7049d80
authored
Mar 18, 2010
by
Lasse Holmstedt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added FIXME and fixed qmlprojectmanager pluginspec
parent
418ef57c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
+1
-0
src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp
src/plugins/qmlprojectmanager/qmlprojectruncontrol.cpp
+2
-0
No files found.
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