From ae81e675a117819aa5a2eb7f9be687aff5a6bb9f Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 20 Aug 2015 11:56:10 +0200 Subject: add bool parameter to toString() function in node. --- node/executionnode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node/executionnode.h') diff --git a/node/executionnode.h b/node/executionnode.h index cca7903..41f2b79 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -3,6 +3,7 @@ #include "result/result.h" #include + /** * @brief The ExecutionNode class */ @@ -85,6 +86,8 @@ protected: * @brief m_errors */ QMap m_errors; + + QString m_id; }; #endif // EXECUTIONNODE_H -- cgit v1.2.3-70-g09d2