summaryrefslogtreecommitdiff
path: root/src/plugins/qmljsinspector/qmljsclientproxy.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2011-05-30 16:32:25 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-05-31 09:44:09 +0200
commit335f6ad0f7f81a2bd928346d30949bee646cebe7 (patch)
tree2d3b50d3c3ef2fb52521633fa82716bba1ab1d78 /src/plugins/qmljsinspector/qmljsclientproxy.h
parente0f79761f3a3d43bcff2b46736c0cf6aa4572bac (diff)
downloadqt-creator-335f6ad0f7f81a2bd928346d30949bee646cebe7.tar.gz
QmlJSInspector: Renamed Observer to Inspector
Manually redid Qt 4.8 commit 206ebd5af21d94c3f3b49d2cb645105a63e6f5fb, to make future code synchronization easier. In order not to have to change the QmlApplicationViewer again, a compatibility class QDeclarativeViewObserver is retained that subclasses QDeclarativeViewInspector. Change-Id: Ief87ae2f8f76b1db0c9d65085e4832424b277603 Reviewed-on: http://codereview.qt.nokia.com/242 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/plugins/qmljsinspector/qmljsclientproxy.h')
-rw-r--r--src/plugins/qmljsinspector/qmljsclientproxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmljsinspector/qmljsclientproxy.h b/src/plugins/qmljsinspector/qmljsclientproxy.h
index e07483365e..4513cbc52b 100644
--- a/src/plugins/qmljsinspector/qmljsclientproxy.h
+++ b/src/plugins/qmljsinspector/qmljsclientproxy.h
@@ -50,7 +50,7 @@ typedef QHash<QPair<QString, int>, QHash<QPair<int, int>, QList<int> > > DebugId
namespace Internal {
class InspectorPlugin;
-class QmlJSObserverClient;
+class QmlJSInspectorClient;
class ClientProxy : public QObject
{
@@ -167,7 +167,7 @@ private:
Debugger::QmlAdapter *m_adapter;
QDeclarativeEngineDebug *m_engineClient;
- QmlJSObserverClient *m_observerClient;
+ QmlJSInspectorClient *m_inspectorClient;
QDeclarativeDebugEnginesQuery *m_engineQuery;
QDeclarativeDebugRootContextQuery *m_contextQuery;