forked from qt-creator/qt-creator
Valgrind: Fix test build
Amends 25b1c59f74
.
Change-Id: Ibbc2ab6aca74e8bffa97bca53909daf2240a3eab
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -281,6 +281,11 @@ void ValgrindRunner::waitForFinished() const
|
|||||||
loop.exec();
|
loop.exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QString ValgrindRunner::errorString() const
|
||||||
|
{
|
||||||
|
return d->m_valgrindProcess.errorString();
|
||||||
|
}
|
||||||
|
|
||||||
bool ValgrindRunner::start()
|
bool ValgrindRunner::start()
|
||||||
{
|
{
|
||||||
return d->run();
|
return d->run();
|
||||||
|
@@ -56,6 +56,8 @@ public:
|
|||||||
|
|
||||||
void waitForFinished() const;
|
void waitForFinished() const;
|
||||||
|
|
||||||
|
QString errorString() const;
|
||||||
|
|
||||||
bool start();
|
bool start();
|
||||||
void stop();
|
void stop();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user