aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-27 09:11:23 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-27 09:11:23 +0200
commit5c73a6cb13b8c301d0e60f916998c3e683a2b043 (patch)
tree6115fd997abb2cd15f733a0e4f4ff719633fe191 /node/executionnode.h
parenta0ee95a348aa457a584e349f4f832e77c85d58a2 (diff)
downloadOneRoll-5c73a6cb13b8c301d0e60f916998c3e683a2b043.tar.gz
OneRoll-5c73a6cb13b8c301d0e60f916998c3e683a2b043.zip
-management of runtime error
Diffstat (limited to 'node/executionnode.h')
-rw-r--r--node/executionnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/executionnode.h b/node/executionnode.h
index cc40867..834b062 100644
--- a/node/executionnode.h
+++ b/node/executionnode.h
@@ -56,7 +56,7 @@ public:
* @brief getErrorList
* @return
*/
- virtual QList<ExecutionNode::ERROR_CODE> getErrorList();
+ virtual QMap<ExecutionNode::ERROR_CODE,QString> getExecutionErrorMap();
/**
* @brief generateDotTree
@@ -84,7 +84,7 @@ protected:
/**
* @brief m_errors
*/
- QList<ExecutionNode::ERROR_CODE> m_errors;
+ QMap<ExecutionNode::ERROR_CODE,QString> m_errors;
};
#endif // EXECUTIONNODE_H