diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 64c4f64..bd52c3e 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -20,6 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <sinkcommon_export.h> | ||
23 | #include <QString> | 24 | #include <QString> |
24 | #include <QSharedPointer> | 25 | #include <QSharedPointer> |
25 | 26 | ||
@@ -38,7 +39,7 @@ class Notification; | |||
38 | /** | 39 | /** |
39 | * Store interface used in the client API. | 40 | * Store interface used in the client API. |
40 | */ | 41 | */ |
41 | class Store { | 42 | class SINKCOMMON_EXPORT Store { |
42 | public: | 43 | public: |
43 | static QString storageLocation(); | 44 | static QString storageLocation(); |
44 | static QByteArray resourceName(const QByteArray &instanceIdentifier); | 45 | static QByteArray resourceName(const QByteArray &instanceIdentifier); |
@@ -121,10 +122,10 @@ public: | |||
121 | 122 | ||
122 | namespace Resources { | 123 | namespace Resources { |
123 | template <class DomainType> | 124 | template <class DomainType> |
124 | KAsync::Job<void> inspect(const Inspection &inspectionCommand); | 125 | KAsync::Job<void> SINKCOMMON_EXPORT inspect(const Inspection &inspectionCommand); |
125 | } | 126 | } |
126 | 127 | ||
127 | class Notifier { | 128 | class SINKCOMMON_EXPORT Notifier { |
128 | public: | 129 | public: |
129 | Notifier(const QSharedPointer<ResourceAccess> &resourceAccess); | 130 | Notifier(const QSharedPointer<ResourceAccess> &resourceAccess); |
130 | // Notifier(const QByteArray &resource); | 131 | // Notifier(const QByteArray &resource); |