OSDN Git Service

compile fix
authorhjk <qtc-committer@nokia.com>
Wed, 14 Jul 2010 15:35:50 +0000 (17:35 +0200)
committerhjk <qtc-committer@nokia.com>
Wed, 14 Jul 2010 15:49:18 +0000 (17:49 +0200)
src/plugins/qmljsinspector/qmljsinspector.cpp

index 76c53c7..1df09eb 100644 (file)
@@ -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();
 }