summaryrefslogtreecommitdiff
path: root/plugins/autotest/testresultspane.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testresultspane.h')
-rw-r--r--plugins/autotest/testresultspane.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/autotest/testresultspane.h b/plugins/autotest/testresultspane.h
index 338eca7901..99c3555236 100644
--- a/plugins/autotest/testresultspane.h
+++ b/plugins/autotest/testresultspane.h
@@ -52,8 +52,6 @@ public:
virtual ~TestResultsPane();
static TestResultsPane *instance();
- void addTestResult(const TestResult &result);
-
// IOutputPane interface
QWidget *outputWidget(QWidget *parent);
QList<QWidget *> toolBarWidgets() const;
@@ -73,6 +71,7 @@ public:
signals:
public slots:
+ void addTestResult(const TestResult &result);
private slots:
void onItemActivated(const QModelIndex &index);