summaryrefslogtreecommitdiff
path: root/plugins/autotest/testresultspane.h
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2015-06-12 13:00:10 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-06-19 14:56:06 +0300
commitc42bda94576bb6c9f7364414a58f86c55d171df9 (patch)
tree420702f1c66d84f35f1b50348abbdbf61cf7e2e6 /plugins/autotest/testresultspane.h
parent4605814c1d48f31fd150f32c2687596aeb3cb74e (diff)
downloadqt-creator-c42bda94576bb6c9f7364414a58f86c55d171df9.tar.gz
Handle squishrunner quickly returningwip/at-squish
Change-Id: Idc77d3fc5defd46e912b4ab0cdc4e82214ec75e9 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
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);