aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/executionnode.cpp')
-rw-r--r--node/executionnode.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/node/executionnode.cpp b/node/executionnode.cpp
index 0f42afa..6d6fe8b 100644
--- a/node/executionnode.cpp
+++ b/node/executionnode.cpp
@@ -22,3 +22,7 @@ ExecutionNode* ExecutionNode::getNextNode()
{
return m_nextNode;
}
+QList<ExecutionNode::ERROR_CODE> ExecutionNode::getErrorList()
+{
+ return m_errors;
+}