Debugger: Rename snapshothandler.{cpp,h} to enginemanager.{cpp,h}

That's what they are nowadays.

Change-Id: I1bd6db18f2142ecf488eba51ca739675eac753c7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-09-27 15:09:09 +02:00
parent b3e2c580f2
commit 92325c90ce
8 changed files with 9 additions and 10 deletions

View File

@@ -35,8 +35,8 @@
#include "debuggerplugin.h"
#include "debuggerrunconfigurationaspect.h"
#include "breakhandler.h"
#include "enginemanager.h"
#include "shared/peutils.h"
#include "snapshothandler.h"
#include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/devicesupport/deviceprocessesdialog.h>