Debugger: Remove unused StartParameter members

Change-Id: I38a0ea389bf4cb792c26f713660cbe0143c35f8a
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2015-03-04 18:00:22 +01:00
parent e2421afd1b
commit 5eedf273be

View File

@@ -72,11 +72,6 @@ public:
class DEBUGGER_EXPORT DebuggerStartParameters
{
public:
enum CommunicationChannel {
CommunicationChannelTcpIp,
CommunicationChannelUsb
};
DebuggerStartParameters()
: masterEngineType(NoEngineType),
cppEngineType(NoEngineType),
@@ -95,8 +90,6 @@ public:
startMode(NoStartMode),
closeMode(KillAtClose),
useCtrlCStub(false),
testReceiver(0),
testCallback(0),
testCase(0)
{}
@@ -165,8 +158,6 @@ public:
bool useCtrlCStub;
// For Debugger testing.
QObject *testReceiver;
const char *testCallback;
int testCase;
};