aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/ctest/ctestconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/ctest/ctestconfiguration.h')
-rw-r--r--src/plugins/autotest/ctest/ctestconfiguration.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/autotest/ctest/ctestconfiguration.h b/src/plugins/autotest/ctest/ctestconfiguration.h
index db0efb17173..a298fec86d7 100644
--- a/src/plugins/autotest/ctest/ctestconfiguration.h
+++ b/src/plugins/autotest/ctest/ctestconfiguration.h
@@ -13,8 +13,7 @@ class CTestConfiguration final : public Autotest::TestToolConfiguration
public:
explicit CTestConfiguration(ITestBase *testBase);
- TestOutputReader *createOutputReader(const QFutureInterface<TestResult> &fi,
- Utils::QtcProcess *app) const final;
+ TestOutputReader *createOutputReader(Utils::Process *app) const final;
};
} // namespace Internal