QmlJSInspector::DebuggerClient: move the code around

This commit is contained in:
Olivier Goffart
2010-07-02 12:31:34 +02:00
parent ea6775d104
commit cc5d0459dd
4 changed files with 25 additions and 25 deletions

View File

@@ -117,7 +117,6 @@ private:
QDeclarativeDebugObjectReference m_rootObject;
QList<QDeclarativeDebugEngineReference> m_engines;
Debugger::DebuggerRunControl *m_debuggerRunControl;
friend class QmlJSInspector::Internal::InspectorPlugin;
};