forked from qt-creator/qt-creator
Valgrind: Remove unused ValgrindRunner::Private:workingDirectory
This is covered now be the debuggee member. Change-Id: Id2983e2b8d74236249263fdd4b867bd310bf20cc Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -56,7 +56,6 @@ public:
|
|||||||
QString valgrindExecutable;
|
QString valgrindExecutable;
|
||||||
QStringList valgrindArguments;
|
QStringList valgrindArguments;
|
||||||
StandardRunnable debuggee;
|
StandardRunnable debuggee;
|
||||||
QString workingdir;
|
|
||||||
bool useStartupProject = true;
|
bool useStartupProject = true;
|
||||||
QSsh::SshConnectionParameters connParams;
|
QSsh::SshConnectionParameters connParams;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user