summaryrefslogtreecommitdiff
path: root/plugins/autotest/testrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testrunner.h')
-rw-r--r--plugins/autotest/testrunner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autotest/testrunner.h b/plugins/autotest/testrunner.h
index 92de02f67b..e03a0c3d4d 100644
--- a/plugins/autotest/testrunner.h
+++ b/plugins/autotest/testrunner.h
@@ -47,7 +47,7 @@ public:
signals:
void testRunStarted();
void testRunFinished();
- void testResultCreated(const TestResult &testResult);
+ void testResultCreated(TestResult *testResult);
void requestStopTestRun();
public slots: