aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-07-18 11:55:44 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-07-18 13:37:01 +0000
commitd140614a1df7d9563acef5092f92e9f31c14723b (patch)
treeda5853c8d7ea44b895cd20fe0a4cc570583b535a /src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
parent98f848ef834d1be33929b39ca1a85ef42b8c9a78 (diff)
V4 Debuger: Drop namesAsObjects option
There is no client that uses this anymore, and dropping it allows us to eliminate a lot of code. Change-Id: I6b09669c9dd7fcf9c2d249f133bfbb78d2b6f7f4 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h')
-rw-r--r--src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h b/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
index 30ea5cd0bf..b1f7053c36 100644
--- a/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
+++ b/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
@@ -86,8 +86,6 @@ public:
int selectedFrame() const;
void selectFrame(int frameNr);
- bool clientRequiresNamesAsObjects() const { return namesAsObjects; }
-
QV4DebuggerAgent debuggerAgent;
protected:
@@ -107,8 +105,6 @@ private:
static int sequence;
int theSelectedFrame;
- bool namesAsObjects;
-
void addHandler(V4CommandHandler* handler);
QHash<QString, V4CommandHandler*> handlers;
QScopedPointer<UnknownV4CommandHandler> unknownV4CommandHandler;