aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/autotest/testtreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testtreemodel.h')
-rw-r--r--plugins/autotest/testtreemodel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/autotest/testtreemodel.h b/plugins/autotest/testtreemodel.h
index 81ad9418d9..b21eafbb7f 100644
--- a/plugins/autotest/testtreemodel.h
+++ b/plugins/autotest/testtreemodel.h
@@ -75,6 +75,11 @@ public:
QSet<QString> qmlFilesForProFile(const QString &proFile) const;
bool hasUnnamedQuickTests() const;
+#ifdef WITH_TESTS
+ int autoTestsCount() const;
+ int namedQuickTestsCount() const;
+ int unnamedQuickTestsCount() const;
+#endif
signals:
void testTreeModelChanged();