diff options
| author | 2016-05-05 16:15:42 +0200 | |
|---|---|---|
| committer | 2016-05-05 16:15:42 +0200 | |
| commit | 64c35992db5352833ccd6cb623dbb9e9362834dc (patch) | |
| tree | 3c138e6727b059785d9beb8957c051952b1f0830 /result/result.cpp | |
| parent | 30bdb9a0e446350846fc0cac82b8a22c4bdd983f (diff) | |
| parent | f34506d0795069a1be216c2c1a5c11c0b369efa6 (diff) | |
| download | OneRoll-64c35992db5352833ccd6cb623dbb9e9362834dc.tar.gz OneRoll-64c35992db5352833ccd6cb623dbb9e9362834dc.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'result/result.cpp')
| -rw-r--r-- | result/result.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.cpp b/result/result.cpp index 3fa0aec..814ddb3 100644 --- a/result/result.cpp +++ b/result/result.cpp @@ -23,7 +23,7 @@ #include <QUuid> Result::Result() - : m_previous(NULL),m_resultTypes(NONE),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString())) + : m_resultTypes(NONE),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString())),m_previous(NULL) { } |