forked from qt-creator/qt-creator
Valgrind: Add a ValgrindRunner member to the ValgrindToolRunner base
... instead of having one in each derived class. Change-Id: Icd121ce46b1d161bd2d59eaeaad8363528dc3c23 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -55,10 +55,10 @@ signals:
|
||||
protected:
|
||||
virtual QString progressTitle() const = 0;
|
||||
virtual QStringList toolArguments() const = 0;
|
||||
virtual Valgrind::ValgrindRunner *runner() = 0;
|
||||
|
||||
ValgrindBaseSettings *m_settings = 0;
|
||||
QFutureInterface<void> m_progress;
|
||||
ValgrindRunner m_runner;
|
||||
|
||||
private:
|
||||
void handleProgressCanceled();
|
||||
|
||||
Reference in New Issue
Block a user