diff options
| author | 2015-08-20 11:56:10 +0200 | |
|---|---|---|
| committer | 2015-08-20 11:56:10 +0200 | |
| commit | ae81e675a117819aa5a2eb7f9be687aff5a6bb9f (patch) | |
| tree | 4284f5e19a479fb666ab6a931ef1e6f991533dfc /node/executionnode.h | |
| parent | 8a1c33fb342a3609ec4d22e918c5f847c59c1b91 (diff) | |
| download | OneRoll-ae81e675a117819aa5a2eb7f9be687aff5a6bb9f.tar.gz OneRoll-ae81e675a117819aa5a2eb7f9be687aff5a6bb9f.zip | |
add bool parameter to toString() function in node.
Diffstat (limited to 'node/executionnode.h')
| -rw-r--r-- | node/executionnode.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <QDebug> + /** * @brief The ExecutionNode class */ @@ -85,6 +86,8 @@ protected: * @brief m_errors */ QMap<ExecutionNode::ERROR_CODE,QString> m_errors; + + QString m_id; }; #endif // EXECUTIONNODE_H |