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