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
|
class DEBUGGER_EXPORT DebuggerStartParameters
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
enum CommunicationChannel {
|
|
||||||
CommunicationChannelTcpIp,
|
|
||||||
CommunicationChannelUsb
|
|
||||||
};
|
|
||||||
|
|
||||||
DebuggerStartParameters()
|
DebuggerStartParameters()
|
||||||
: masterEngineType(NoEngineType),
|
: masterEngineType(NoEngineType),
|
||||||
cppEngineType(NoEngineType),
|
cppEngineType(NoEngineType),
|
||||||
@@ -95,8 +90,6 @@ public:
|
|||||||
startMode(NoStartMode),
|
startMode(NoStartMode),
|
||||||
closeMode(KillAtClose),
|
closeMode(KillAtClose),
|
||||||
useCtrlCStub(false),
|
useCtrlCStub(false),
|
||||||
testReceiver(0),
|
|
||||||
testCallback(0),
|
|
||||||
testCase(0)
|
testCase(0)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
@@ -165,8 +158,6 @@ public:
|
|||||||
bool useCtrlCStub;
|
bool useCtrlCStub;
|
||||||
|
|
||||||
// For Debugger testing.
|
// For Debugger testing.
|
||||||
QObject *testReceiver;
|
|
||||||
const char *testCallback;
|
|
||||||
int testCase;
|
int testCase;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user