forked from qt-creator/qt-creator
AutoTest: Rename outputReader() into createOutputReader()
Make it clear it's a factory method that creates new instances of objects, not a simple getter. Change-Id: I0b44506a27a0353bc524831c305f947510f59e98 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
namespace Autotest {
|
||||
namespace Internal {
|
||||
|
||||
TestOutputReader *GTestConfiguration::outputReader(const QFutureInterface<TestResultPtr> &fi,
|
||||
Utils::QtcProcess *app) const
|
||||
TestOutputReader *GTestConfiguration::createOutputReader(const QFutureInterface<TestResultPtr> &fi,
|
||||
Utils::QtcProcess *app) const
|
||||
{
|
||||
return new GTestOutputReader(fi, app, buildDirectory(), projectFile());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user