aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libparser/node/groupnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libparser/node/groupnode.h')
-rw-r--r--src/libparser/node/groupnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libparser/node/groupnode.h b/src/libparser/node/groupnode.h
index 982eb6d..f9886f7 100644
--- a/src/libparser/node/groupnode.h
+++ b/src/libparser/node/groupnode.h
@@ -51,7 +51,6 @@ class GroupNode : public ExecutionNode
public:
GroupNode(bool complexOutput= false);
void run(ExecutionNode* previous) override;
- virtual QString toString(bool withLabel) const override;
virtual qint64 getPriority() const override;
virtual ExecutionNode* getCopy() const override;