summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h
index 2fac068..b6d6a07 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -5,6 +5,9 @@
5#include <functional> 5#include <functional>
6#include <QString> 6#include <QString>
7 7
8namespace Akonadi2
9{
10
8class AKONADI2COMMON_EXPORT Storage { 11class AKONADI2COMMON_EXPORT Storage {
9public: 12public:
10 enum AccessMode { ReadOnly, ReadWrite }; 13 enum AccessMode { ReadOnly, ReadWrite };
@@ -52,3 +55,5 @@ private:
52 Private * const d; 55 Private * const d;
53}; 56};
54 57
58} // namespace Akonadi2
59