forked from qt-creator/qt-creator
AutoTest: Rename results executable
Rename member to better reflect its meaning. It is used as an identifier and might be something else than an executable. Change-Id: I082e3caaa3d94fcd7ab26ebc43bb0eb6da136d57 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
David Schulz
parent
1f3381a3c2
commit
78bd3f9ec3
@@ -38,9 +38,9 @@ GTestResult::GTestResult(const QString &projectFile, const QString &name)
|
||||
{
|
||||
}
|
||||
|
||||
GTestResult::GTestResult(const QString &executable, const QString &projectFile,
|
||||
GTestResult::GTestResult(const QString &id, const QString &projectFile,
|
||||
const QString &name)
|
||||
: TestResult(executable, name), m_projectFile(projectFile)
|
||||
: TestResult(id, name), m_projectFile(projectFile)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user