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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autotest/testresultspane.h b/plugins/autotest/testresultspane.h
index a448fe6f04..f1d9911a7a 100644
--- a/plugins/autotest/testresultspane.h
+++ b/plugins/autotest/testresultspane.h
@@ -70,13 +70,13 @@ public:
bool canPrevious() const;
void goToNext();
void goToPrev();
+ void updateSquishSummaryLabel();
signals:
public slots:
void addTestResult(const TestResult &result);
void addLogoutput(const QString &output);
- void updateSquishSummaryLabel();
private slots:
void onItemActivated(const QModelIndex &index);