aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.pro
diff options
context:
space:
mode:
authorhjk <[email protected]>2018-09-27 15:09:09 +0200
committerhjk <[email protected]>2018-09-28 07:38:55 +0000
commit92325c90ceee294b9040c35726116f354cd71cae (patch)
tree51fee7eb14ff71fbcf0b386c548ee79df1726cff /src/plugins/debugger/debugger.pro
parentb3e2c580f2fcbc06ece01be7927bcd6588e92793 (diff)
Debugger: Rename snapshothandler.{cpp,h} to enginemanager.{cpp,h}
That's what they are nowadays. Change-Id: I1bd6db18f2142ecf488eba51ca739675eac753c7 Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debugger.pro')
-rw-r--r--src/plugins/debugger/debugger.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro
index 7b7b97b2807..acbf5136b9a 100644
--- a/src/plugins/debugger/debugger.pro
+++ b/src/plugins/debugger/debugger.pro
@@ -40,7 +40,7 @@ HEADERS += \
outputcollector.h \
procinterrupt.h \
registerhandler.h \
- snapshothandler.h \
+ enginemanager.h \
sourceagent.h \
sourcefileshandler.h \
sourceutils.h \
@@ -87,7 +87,7 @@ SOURCES += \
outputcollector.cpp \
procinterrupt.cpp \
registerhandler.cpp \
- snapshothandler.cpp \
+ enginemanager.cpp \
sourceagent.cpp \
sourcefileshandler.cpp \
sourceutils.cpp \