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/commands.h | |
parent | e593cb6acf0d66eb363690be00dddeeeb97d9b11 (diff) | |
download | sink-08b975293c356f7a39ca28aa5bc243fe3281d361.tar.gz sink-08b975293c356f7a39ca28aa5bc243fe3281d361.zip |
compile ixes, make akonadi2common an actual shared lib
Diffstat (limited to 'common/commands.h')
-rw-r--r-- | common/commands.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/commands.h b/common/commands.h index 534308d..5f2b006 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -1,5 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <akonadi2common_export.h> | ||
3 | #include <flatbuffers/flatbuffers.h> | 4 | #include <flatbuffers/flatbuffers.h> |
4 | 5 | ||
5 | class QIODevice; | 6 | class QIODevice; |
@@ -14,6 +15,6 @@ enum CommandIds { | |||
14 | CustomCommand = 0xffff | 15 | CustomCommand = 0xffff |
15 | }; | 16 | }; |
16 | 17 | ||
17 | void write(QIODevice *device, int commandId, flatbuffers::FlatBufferBuilder &fbb); | 18 | void AKONADI2COMMON_EXPORT write(QIODevice *device, int commandId, flatbuffers::FlatBufferBuilder &fbb); |
18 | 19 | ||
19 | } \ No newline at end of file | 20 | } |