forked from qt-creator/qt-creator
analyzer: move responsibility for run modes to individual tools
Change-Id: Iaf2fa9d4c087470649336a453c6a9a7db12d220f Reviewed-on: http://codereview.qt.nokia.com/1051 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -50,11 +50,10 @@ class ANALYZER_EXPORT AnalyzerStartParameters
|
||||
{
|
||||
public:
|
||||
AnalyzerStartParameters()
|
||||
: startMode(StartLocal)
|
||||
, connParams(Utils::SshConnectionParameters::NoProxy)
|
||||
{ }
|
||||
: connParams(Utils::SshConnectionParameters::NoProxy)
|
||||
{}
|
||||
|
||||
AnalyzerStartMode startMode;
|
||||
StartMode startMode;
|
||||
Utils::SshConnectionParameters connParams;
|
||||
|
||||
QByteArray toolId;
|
||||
|
||||
Reference in New Issue
Block a user