aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.pro
diff options
context:
space:
mode:
authorhjk <[email protected]>2016-07-18 12:36:31 +0200
committerhjk <[email protected]>2016-07-18 11:17:53 +0000
commit2d79bdc29c242a04aad3519858ad64712be4de8e (patch)
treea910e2daeaeca5ce943f33d569f2e88b8a477ad4 /src/plugins/debugger/debugger.pro
parent84f1466b01e9098ae983c1f53e376e977921dad9 (diff)
Debugger: Remove some uses of semi-global currentEngine()
Make use of recent TreeModel improvements in various tool views, push more operations into the engine- owned data models, specifically context menu creation. Change-Id: I479c97102b9fb81611c6461c6df1cec59295179a Reviewed-by: Christian Stenger <[email protected]> Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debugger.pro')
-rw-r--r--src/plugins/debugger/debugger.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro
index e3a95138142..f014c8512ac 100644
--- a/src/plugins/debugger/debugger.pro
+++ b/src/plugins/debugger/debugger.pro
@@ -14,7 +14,6 @@ CONFIG += exceptions
HEADERS += \
breakhandler.h \
breakpoint.h \
- breakwindow.h \
commonoptionspage.h \
debugger_global.h \
debuggeractions.h \
@@ -40,22 +39,18 @@ HEADERS += \
logwindow.h \
memoryagent.h \
moduleshandler.h \
- moduleswindow.h \
outputcollector.h \
procinterrupt.h \
registerhandler.h \
- registerwindow.h \
snapshothandler.h \
snapshotwindow.h \
sourceagent.h \
sourcefileshandler.h \
- sourcefileswindow.h \
sourceutils.h \
stackframe.h \
stackhandler.h \
stackwindow.h \
terminal.h \
- threadswindow.h \
watchhandler.h \
watchutils.h \
watchwindow.h \
@@ -74,7 +69,6 @@ HEADERS += \
SOURCES += \
breakhandler.cpp \
breakpoint.cpp \
- breakwindow.cpp \
commonoptionspage.cpp \
debuggeractions.cpp \
debuggerdialogs.cpp \
@@ -95,21 +89,17 @@ SOURCES += \
logwindow.cpp \
memoryagent.cpp \
moduleshandler.cpp \
- moduleswindow.cpp \
outputcollector.cpp \
procinterrupt.cpp \
registerhandler.cpp \
- registerwindow.cpp \
snapshothandler.cpp \
snapshotwindow.cpp \
sourceagent.cpp \
sourcefileshandler.cpp \
- sourcefileswindow.cpp \
sourceutils.cpp \
stackhandler.cpp \
stackwindow.cpp \
threadshandler.cpp \
- threadswindow.cpp \
terminal.cpp \
watchdata.cpp \
watchhandler.cpp \