summaryrefslogtreecommitdiffstats
path: root/common/storage_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r--common/storage_common.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/storage_common.cpp b/common/storage_common.cpp
index 830eff2..78d4c84 100644
--- a/common/storage_common.cpp
+++ b/common/storage_common.cpp
@@ -22,7 +22,7 @@
22#include "storage.h" 22#include "storage.h"
23 23
24#include "log.h" 24#include "log.h"
25#include <QUuid> 25#include "utils.h"
26 26
27QDebug& operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error) 27QDebug& operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error)
28{ 28{
@@ -212,7 +212,7 @@ qint64 DataStore::revisionFromKey(const QByteArray &key)
212 212
213QByteArray DataStore::generateUid() 213QByteArray DataStore::generateUid()
214{ 214{
215 return QUuid::createUuid().toByteArray(); 215 return createUuid();
216} 216}
217 217
218DataStore::NamedDatabase DataStore::mainDatabase(const DataStore::Transaction &t, const QByteArray &type) 218DataStore::NamedDatabase DataStore::mainDatabase(const DataStore::Transaction &t, const QByteArray &type)