diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h index 3f14e83..2fac068 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -1,10 +1,11 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <akonadi2common_export.h> | ||
3 | #include <string> | 4 | #include <string> |
4 | #include <functional> | 5 | #include <functional> |
5 | #include <QString> | 6 | #include <QString> |
6 | 7 | ||
7 | class Storage { | 8 | class AKONADI2COMMON_EXPORT Storage { |
8 | public: | 9 | public: |
9 | enum AccessMode { ReadOnly, ReadWrite }; | 10 | enum AccessMode { ReadOnly, ReadWrite }; |
10 | 11 | ||