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
Marco Bubke
flatpak-qt-creator
Commits
f2d25d47
Commit
f2d25d47
authored
Aug 18, 2010
by
Olivier Goffart
Browse files
QML debugger: show the QML ui by default
Only switch to C++ when we debug Javascript
parent
0f0aca09
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/qml/qmlengine.cpp
View file @
f2d25d47
...
...
@@ -161,6 +161,9 @@ void QmlEngine::runEngine()
m_adapter
->
beginConnection
();
plugin
()
->
showMessage
(
tr
(
"QML Debugger connecting..."
),
StatusBar
);
// FIXME: refactor the UI
Debugger
::
DebuggerUISwitcher
::
instance
()
->
setActiveLanguage
(
"QML"
);
}
void
QmlEngine
::
shutdownInferior
()
...
...
Write
Preview
Supports
Markdown
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