summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerstartparameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerstartparameters.h')
-rw-r--r--src/plugins/debugger/debuggerstartparameters.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/debugger/debuggerstartparameters.h b/src/plugins/debugger/debuggerstartparameters.h
index 457e0bf272..74c7e2d559 100644
--- a/src/plugins/debugger/debuggerstartparameters.h
+++ b/src/plugins/debugger/debuggerstartparameters.h
@@ -71,9 +71,6 @@ public:
remoteSetupNeeded(false),
startMode(NoStartMode),
closeMode(KillAtClose),
- executableUid(0),
- communicationChannel(CommunicationChannelTcpIp),
- serverPort(0),
testReceiver(0),
testCallback(0),
testCase(0)
@@ -132,12 +129,6 @@ public:
DebuggerStartMode startMode;
DebuggerCloseMode closeMode;
- // For Symbian debugging.
- quint32 executableUid;
- CommunicationChannel communicationChannel;
- QString serverAddress;
- quint16 serverPort;
-
// For QNX debugging
QString remoteExecutable;