QmlJSInspector: API cleanup

Give m_client, m_designClient member variables more descriptive names.
This commit is contained in:
Kai Koehne
2010-10-25 09:37:15 +02:00
parent 1cc61e06ea
commit c43496d035
3 changed files with 59 additions and 59 deletions

View File

@@ -146,8 +146,8 @@ private:
void buildDebugIdHashRecursive(const QDeclarativeDebugObjectReference &ref);
Debugger::QmlAdapter *m_adapter;
QDeclarativeEngineDebug *m_client;
QmlJSObserverClient *m_designClient;
QDeclarativeEngineDebug *m_engineClient;
QmlJSObserverClient *m_observerClient;
QDeclarativeDebugEnginesQuery *m_engineQuery;
QDeclarativeDebugRootContextQuery *m_contextQuery;