aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testtreeitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/testtreeitem.h')
-rw-r--r--src/plugins/autotest/testtreeitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotest/testtreeitem.h b/src/plugins/autotest/testtreeitem.h
index e2a9062e30..74e6c98d8f 100644
--- a/src/plugins/autotest/testtreeitem.h
+++ b/src/plugins/autotest/testtreeitem.h
@@ -121,6 +121,7 @@ public:
virtual TestTreeItem *findChild(const TestTreeItem *other) = 0;
virtual bool modify(const TestParseResult *result) = 0;
virtual bool isGroupNodeFor(const TestTreeItem *other) const;
+ virtual bool isGroupable() const;
virtual TestTreeItem *createParentGroupNode() const = 0;
// based on (internal) filters this will be used to filter out sub items (and remove them)
// returns a copy of the item that contains the filtered out children or nullptr