From dde4d3a79dbf43d5a378503fe5903d695596db39 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 21 Jan 2014 16:21:19 +0100 Subject: Update executionnode.h toString --- node/executionnode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/executionnode.h b/node/executionnode.h index 920ef56..a179c5d 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -2,7 +2,7 @@ #define EXECUTIONNODE_H #include "result.h" - +#include class ExecutionNode { public: @@ -12,6 +12,7 @@ public: Result* getResult(); void setNextNode(ExecutionNode*); ExecutionNode* getNextNode(); + virtual QString toString()const=0; protected: Result* m_result; ExecutionNode* m_nextNode; -- cgit v1.2.3-70-g09d2