summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/resource.h b/common/resource.h
index 368759c..ab30cb9 100644
--- a/common/resource.h
+++ b/common/resource.h
@@ -19,7 +19,7 @@
19 */ 19 */
20#pragma once 20#pragma once
21 21
22#include "sinkcommon_export.h" 22#include "sink_export.h"
23 23
24#include <Async/Async> 24#include <Async/Async>
25#include "notification.h" 25#include "notification.h"
@@ -31,7 +31,7 @@ class FacadeFactory;
31/** 31/**
32 * Resource interface 32 * Resource interface
33 */ 33 */
34class SINKCOMMON_EXPORT Resource : public QObject 34class SINK_EXPORT Resource : public QObject
35{ 35{
36 Q_OBJECT 36 Q_OBJECT
37public: 37public:
@@ -72,7 +72,7 @@ private:
72/** 72/**
73 * Factory interface for resource to implement. 73 * Factory interface for resource to implement.
74 */ 74 */
75class SINKCOMMON_EXPORT ResourceFactory : public QObject 75class SINK_EXPORT ResourceFactory : public QObject
76{ 76{
77public: 77public:
78 static ResourceFactory *load(const QString &resourceName); 78 static ResourceFactory *load(const QString &resourceName);