Skip to content
GitLab
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
0d8c1d7c
Commit
0d8c1d7c
authored
Jul 14, 2010
by
hjk
Browse files
compile fix
parent
5c8ad66f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljsinspector/qmljsinspector.cpp
View file @
0d8c1d7c
...
...
@@ -425,6 +425,8 @@ void Inspector::updateMenuActions()
void
Inspector
::
debuggerStateChanged
(
int
newState
)
{
#if 0
// FIXME: AAA: adjsut to new debugger states
if (m_simultaneousCppAndQmlDebugMode) {
switch(newState) {
case Debugger::EngineStarting:
...
...
@@ -471,7 +473,7 @@ void Inspector::debuggerStateChanged(int newState)
break;
}
}
#endif
m_cppDebuggerState
=
newState
;
updateMenuActions
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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