diff options
Diffstat (limited to 'common/storage_unqlite.cpp')
-rw-r--r-- | common/storage_unqlite.cpp | 4 |
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 | ||
16 | namespace Akonadi2 | ||
17 | { | ||
18 | |||
16 | static const char *s_unqliteDir = "/unqlite/"; | 19 | static const char *s_unqliteDir = "/unqlite/"; |
17 | 20 | ||
18 | class Storage::Private | 21 | class 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 | ||