diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-14 13:09:14 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-14 13:14:45 +0100 |
commit | 08b975293c356f7a39ca28aa5bc243fe3281d361 (patch) | |
tree | daac674d35e3849af0677f75cfe94bc705f13c24 /common/storage.h | |
parent | e593cb6acf0d66eb363690be00dddeeeb97d9b11 (diff) | |
download | sink-08b975293c356f7a39ca28aa5bc243fe3281d361.tar.gz sink-08b975293c356f7a39ca28aa5bc243fe3281d361.zip |
compile ixes, make akonadi2common an actual shared lib
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 | ||