aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
diff options
context:
space:
mode:
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;