summaryrefslogtreecommitdiff
path: root/plugins/autotest/testresultmodel.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-11-05 15:40:37 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2014-12-04 13:52:15 +0100
commit1145febc05559b47a54717264564e64ba5f8d41c (patch)
tree7ec1562f97a43af00f1a838c526fc9425f116251 /plugins/autotest/testresultmodel.h
parent9394a43128fa21089bcc5ece18e84bb5a23530ca (diff)
downloadqt-creator-1145febc05559b47a54717264564e64ba5f8d41c.tar.gz
Add 'Check All Filter' action to filter menu
Diffstat (limited to 'plugins/autotest/testresultmodel.h')
-rw-r--r--plugins/autotest/testresultmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/autotest/testresultmodel.h b/plugins/autotest/testresultmodel.h
index 95925bf4d0..7618512fa2 100644
--- a/plugins/autotest/testresultmodel.h
+++ b/plugins/autotest/testresultmodel.h
@@ -50,8 +50,6 @@ public:
int maxWidthOfFileName(const QFont &font);
int maxWidthOfLineNumber(const QFont &font);
- void enableAllResultTypes();
- void toggleTestResultType(ResultType type);
bool hasResultType(ResultType type) { return m_availableResultTypes.contains(type); }
int resultTypeCount(ResultType type);