Skip to content
Snippets Groups Projects
Commit 0d8c1d7c authored by hjk's avatar hjk
Browse files

compile fix

parent 5c8ad66f
No related branches found
No related tags found
No related merge requests found
...@@ -425,6 +425,8 @@ void Inspector::updateMenuActions() ...@@ -425,6 +425,8 @@ void Inspector::updateMenuActions()
void Inspector::debuggerStateChanged(int newState) void Inspector::debuggerStateChanged(int newState)
{ {
#if 0
// FIXME: AAA: adjsut to new debugger states
if (m_simultaneousCppAndQmlDebugMode) { if (m_simultaneousCppAndQmlDebugMode) {
switch(newState) { switch(newState) {
case Debugger::EngineStarting: case Debugger::EngineStarting:
...@@ -471,7 +473,7 @@ void Inspector::debuggerStateChanged(int newState) ...@@ -471,7 +473,7 @@ void Inspector::debuggerStateChanged(int newState)
break; break;
} }
} }
#endif
m_cppDebuggerState = newState; m_cppDebuggerState = newState;
updateMenuActions(); updateMenuActions();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment