diff options
| author | 2015-08-20 12:59:22 +0200 | |
|---|---|---|
| committer | 2015-08-20 12:59:22 +0200 | |
| commit | ae717b0ff5c100012283dd09f269f0b98f9be600 (patch) | |
| tree | 8714c7a7b8ff076309fc26ccc542dc941dae1404 | |
| parent | 0da70c6187c1050fc38d80342e889cd7ac155b62 (diff) | |
| parent | 489baf54f6c4d5f511012f2a2eadb97ba80b551d (diff) | |
| download | OneRoll-ae717b0ff5c100012283dd09f269f0b98f9be600.tar.gz OneRoll-ae717b0ff5c100012283dd09f269f0b98f9be600.zip | |
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
| -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 401123a..7b6633c 100644 --- a/result/result.cpp +++ b/result/result.cpp @@ -23,7 +23,7 @@ #include <QUuid> Result::Result() - : m_previous(NULL),m_id(QUuid::createUuid().toString()) + : m_previous(NULL),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString())) { } |