From 489baf54f6c4d5f511012f2a2eadb97ba80b551d Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 20 Aug 2015 12:59:10 +0200 Subject: escaped the id for result --- result/result.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'result/result.cpp') 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 Result::Result() - : m_previous(NULL),m_id(QUuid::createUuid().toString()) + : m_previous(NULL),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString())) { } -- cgit v1.2.3-70-g09d2