forked from qt-creator/qt-creator
Analyzer: Merge IAnalyzerEngine and AnalyzerRunControl
Change-Id: I74edaef59600a44924d2692c1ebc7f98d8581115 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -39,16 +39,16 @@
|
||||
namespace Valgrind {
|
||||
namespace Internal {
|
||||
|
||||
class MemcheckEngine : public ValgrindEngine
|
||||
class MemcheckRunControl : public ValgrindRunControl
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MemcheckEngine(const Analyzer::AnalyzerStartParameters &sp,
|
||||
MemcheckRunControl(const Analyzer::AnalyzerStartParameters &sp,
|
||||
ProjectExplorer::RunConfiguration *runConfiguration);
|
||||
|
||||
bool start();
|
||||
void stop();
|
||||
bool startEngine();
|
||||
void stopEngine();
|
||||
|
||||
QStringList suppressionFiles() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user