Analyzer: Use a StandardRunnable instead of an AnalyzerRunnable

... with a lot potential to code consolidation.

Change-Id: I4d3a7fcc1cc6ae8763799f18cf9701695f387791
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2016-01-27 13:27:06 +01:00
parent fa17e27b7f
commit 61709e9266
13 changed files with 39 additions and 57 deletions

View File

@@ -27,24 +27,14 @@
#define ANALYZERSTARTPARAMETERS_H
#include "analyzerbase_global.h"
#include "analyzerconstants.h"
#include <coreplugin/id.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/runnables.h>
#include <ssh/sshconnection.h>
#include <utils/environment.h>
#include <QMetaType>
namespace Analyzer {
class ANALYZER_EXPORT AnalyzerRunnable
{
public:
QString debuggee;
QString debuggeeArgs;
};
class ANALYZER_EXPORT AnalyzerConnection
{
public: