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.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'node/executionnode.cpp') diff --git a/node/executionnode.cpp b/node/executionnode.cpp index dba56fc..c6f3915 100644 --- a/node/executionnode.cpp +++ b/node/executionnode.cpp @@ -1,7 +1,9 @@ #include "executionnode.h" +#include + ExecutionNode::ExecutionNode() - : m_nextNode(NULL),m_result(NULL),m_previousNode(NULL) + : m_nextNode(NULL),m_result(NULL),m_previousNode(NULL),m_id(QUuid::createUuid().toString()) { } -- cgit v1.2.3-70-g09d2