aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/qtest/qttestresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/qtest/qttestresult.h')
-rw-r--r--src/plugins/autotest/qtest/qttestresult.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/autotest/qtest/qttestresult.h b/src/plugins/autotest/qtest/qttestresult.h
index a0735a90c7..f3f653cd1a 100644
--- a/src/plugins/autotest/qtest/qttestresult.h
+++ b/src/plugins/autotest/qtest/qttestresult.h
@@ -34,7 +34,6 @@ namespace Internal {
class QtTestResult : public TestResult
{
public:
- QtTestResult(const QString &projectFile, TestType type, const QString &className = QString());
QtTestResult(const QString &id, const QString &projectFile, TestType type,
const QString &className);
const QString outputString(bool selected) const override;