forked from qt-creator/qt-creator
Valgrind: Start custom actions more directly
This does not need to go through the PE machinery. Change-Id: If0b2fde5309d7e119e8ac27245a22939b68d847d Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
void stopEngine();
|
||||
|
||||
QString executable() const;
|
||||
void setCustomStart() { m_isCustomStart = true; }
|
||||
|
||||
protected:
|
||||
virtual QString progressTitle() const = 0;
|
||||
@@ -64,6 +65,7 @@ protected:
|
||||
|
||||
ValgrindBaseSettings *m_settings;
|
||||
QFutureInterface<void> m_progress;
|
||||
bool m_isCustomStart;
|
||||
|
||||
private slots:
|
||||
void handleProgressCanceled();
|
||||
|
||||
Reference in New Issue
Block a user