aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result
diff options
context:
space:
mode:
Diffstat (limited to 'result')
-rw-r--r--result/result.cpp2
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()))
{
}