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/resourceaccess.h | |
parent | 2b79fb7b6a4759086302c68d63731256465bc5fe (diff) | |
download | sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip |
Use Sink instead of SinkCommon
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r-- | common/resourceaccess.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index 3acc886..4c10adb 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include "sinkcommon_export.h" | 23 | #include "sink_export.h" |
24 | #include <QLocalSocket> | 24 | #include <QLocalSocket> |
25 | #include <QObject> | 25 | #include <QObject> |
26 | #include <QTimer> | 26 | #include <QTimer> |
@@ -35,7 +35,7 @@ namespace Sink | |||
35 | 35 | ||
36 | struct QueuedCommand; | 36 | struct QueuedCommand; |
37 | 37 | ||
38 | class SINKCOMMON_EXPORT ResourceAccessInterface : public QObject | 38 | class SINK_EXPORT ResourceAccessInterface : public QObject |
39 | { | 39 | { |
40 | Q_OBJECT | 40 | Q_OBJECT |
41 | public: | 41 | public: |
@@ -63,7 +63,7 @@ public Q_SLOTS: | |||
63 | virtual void close() = 0; | 63 | virtual void close() = 0; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | class SINKCOMMON_EXPORT ResourceAccess : public ResourceAccessInterface | 66 | class SINK_EXPORT ResourceAccess : public ResourceAccessInterface |
67 | { | 67 | { |
68 | Q_OBJECT | 68 | Q_OBJECT |
69 | public: | 69 | public: |