summaryrefslogtreecommitdiff
path: root/plugins/autotest/testtreeitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testtreeitem.h')
-rw-r--r--plugins/autotest/testtreeitem.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/autotest/testtreeitem.h b/plugins/autotest/testtreeitem.h
index 0cfa1aead1..825e53f0ca 100644
--- a/plugins/autotest/testtreeitem.h
+++ b/plugins/autotest/testtreeitem.h
@@ -36,7 +36,9 @@ public:
TEST_CLASS,
TEST_FUNCTION,
TEST_DATAFUNCTION,
- TEST_SPECIALFUNCTION
+ TEST_SPECIALFUNCTION,
+ SQUISH_SUITE,
+ SQUISH_TESTCASE
};
TestTreeItem(const QString &name = QString(), const QString &filePath = QString(),
@@ -69,6 +71,8 @@ public:
void setParent(TestTreeItem *parent) { m_parent = parent; }
QList<QString> getChildNames() const;
+ static Type toTestType(int testType);
+
private:
void revalidateCheckState();