forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user