diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-09 16:14:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-09 16:14:31 +0100 |
commit | d5b4d64ca0609f65cda606d1456f4040ff008cda (patch) | |
tree | 8e700409faa481609a2e678d2dc4eb2a520b5ef1 /common/resource.h | |
parent | 2b79fb7b6a4759086302c68d63731256465bc5fe (diff) | |
download | sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip |
Use Sink instead of SinkCommon
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 6 |
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 | */ |
34 | class SINKCOMMON_EXPORT Resource : public QObject | 34 | class SINK_EXPORT Resource : public QObject |
35 | { | 35 | { |
36 | Q_OBJECT | 36 | Q_OBJECT |
37 | public: | 37 | public: |
@@ -72,7 +72,7 @@ private: | |||
72 | /** | 72 | /** |
73 | * Factory interface for resource to implement. | 73 | * Factory interface for resource to implement. |
74 | */ | 74 | */ |
75 | class SINKCOMMON_EXPORT ResourceFactory : public QObject | 75 | class SINK_EXPORT ResourceFactory : public QObject |
76 | { | 76 | { |
77 | public: | 77 | public: |
78 | static ResourceFactory *load(const QString &resourceName); | 78 | static ResourceFactory *load(const QString &resourceName); |