summaryrefslogtreecommitdiff
path: root/plugins/autotest/testresultspane.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-11-04 13:42:38 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2014-12-04 13:52:15 +0100
commit87e5cf87e1dce9d46a6ffd9906f6be47f6941fbd (patch)
tree236b2a5456b0a2816a9849d90706bcb70c267db0 /plugins/autotest/testresultspane.h
parentd5913658b2d0f2bd04a5522e32bc8496414cb0ed (diff)
downloadqt-creator-87e5cf87e1dce9d46a6ffd9906f6be47f6941fbd.tar.gz
Enable 'Run *' buttons only if tests are available
Diffstat (limited to 'plugins/autotest/testresultspane.h')
-rw-r--r--plugins/autotest/testresultspane.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autotest/testresultspane.h b/plugins/autotest/testresultspane.h
index 6f3df33e5c..af8222e512 100644
--- a/plugins/autotest/testresultspane.h
+++ b/plugins/autotest/testresultspane.h
@@ -84,6 +84,7 @@ private:
void createToolButtons();
void onTestRunStarted();
void onTestRunFinished();
+ void onTestTreeModelChanged();
Utils::ListView *m_listView;
TestResultModel *m_model;