summaryrefslogtreecommitdiffstats
path: root/common/storage_unqlite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage_unqlite.cpp')
-rw-r--r--common/storage_unqlite.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/storage_unqlite.cpp b/common/storage_unqlite.cpp
index 67f910b..69dc288 100644
--- a/common/storage_unqlite.cpp
+++ b/common/storage_unqlite.cpp
@@ -13,6 +13,9 @@ extern "C" {
13 #include "unqlite/unqlite.h" 13 #include "unqlite/unqlite.h"
14} 14}
15 15
16namespace Akonadi2
17{
18
16static const char *s_unqliteDir = "/unqlite/"; 19static const char *s_unqliteDir = "/unqlite/";
17 20
18class Storage::Private 21class Storage::Private
@@ -289,3 +292,4 @@ void Storage::removeFromDisk() const
289 QFile::remove(d->storageRoot + s_unqliteDir + d->name); 292 QFile::remove(d->storageRoot + s_unqliteDir + d->name);
290} 293}
291 294
295} // namespace Akonadi2