diff options
| author | 2015-08-20 12:54:36 +0200 | |
|---|---|---|
| committer | 2015-08-20 12:54:36 +0200 | |
| commit | 18c5edfe18cdd5c3d5f87a1fa5c25016e5a5541f (patch) | |
| tree | f65f0bf74a94a2779ffaabcde35ddd328ca73baf | |
| parent | 6d39993c62ffe61cb73cba3b4fc2c7631c4590a5 (diff) | |
| parent | 594bede3485085f0211e60a3ab30050b651c884e (diff) | |
| download | OneRoll-18c5edfe18cdd5c3d5f87a1fa5c25016e5a5541f.tar.gz OneRoll-18c5edfe18cdd5c3d5f87a1fa5c25016e5a5541f.zip | |
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
| -rw-r--r-- | node/executionnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.cpp b/node/executionnode.cpp index cdda93d..f759884 100644 --- a/node/executionnode.cpp +++ b/node/executionnode.cpp @@ -3,7 +3,7 @@ #include <QUuid> ExecutionNode::ExecutionNode() - : m_nextNode(NULL),m_result(NULL),m_previousNode(NULL),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString()) + : m_nextNode(NULL),m_result(NULL),m_previousNode(NULL),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString())) { } |