From 5c73a6cb13b8c301d0e60f916998c3e683a2b043 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Mon, 27 Apr 2015 09:11:23 +0200 Subject: -management of runtime error --- node/executionnode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/executionnode.h') 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 getErrorList(); + virtual QMap getExecutionErrorMap(); /** * @brief generateDotTree @@ -84,7 +84,7 @@ protected: /** * @brief m_errors */ - QList m_errors; + QMap m_errors; }; #endif // EXECUTIONNODE_H -- cgit v1.2.3-70-g09d2