summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h7
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 */
41class Store { 42class SINKCOMMON_EXPORT Store {
42public: 43public:
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
122namespace Resources { 123namespace 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
127class Notifier { 128class SINKCOMMON_EXPORT Notifier {
128public: 129public:
129 Notifier(const QSharedPointer<ResourceAccess> &resourceAccess); 130 Notifier(const QSharedPointer<ResourceAccess> &resourceAccess);
130 // Notifier(const QByteArray &resource); 131 // Notifier(const QByteArray &resource);