aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libparser/node/roundnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libparser/node/roundnode.h')
-rw-r--r--src/libparser/node/roundnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libparser/node/roundnode.h b/src/libparser/node/roundnode.h
index a16e886..92b5166 100644
--- a/src/libparser/node/roundnode.h
+++ b/src/libparser/node/roundnode.h
@@ -18,7 +18,6 @@ public:
// ExecutionNode interface
public:
void run(ExecutionNode* previous);
- QString toString(bool withLabel) const;
qint64 getPriority() const;
ExecutionNode* getCopy() const;
void setCommand(ExecutionNode* cmd);