debugger: remove engine type parameter from runcontrol constructor

This commit is contained in:
hjk
2011-01-07 20:10:54 +01:00
parent 129c958a93
commit 27e3a1ddf5
4 changed files with 25 additions and 22 deletions

View File

@@ -55,6 +55,7 @@ public:
: isSnapshot(false),
attachPID(-1),
useTerminal(false),
enabledEngines(AllEngineTypes),
qmlServerAddress(QLatin1String("127.0.0.1")),
qmlServerPort(0),
useServerStartScript(false),
@@ -73,6 +74,7 @@ public:
QString workingDirectory;
qint64 attachPID;
bool useTerminal;
unsigned enabledEngines;
// Used by AttachCrashedExternal.
QString crashParameter;