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/threadboundary.h | |
parent | 2b79fb7b6a4759086302c68d63731256465bc5fe (diff) | |
download | sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip |
Use Sink instead of SinkCommon
Diffstat (limited to 'common/threadboundary.h')
-rw-r--r-- | common/threadboundary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/threadboundary.h b/common/threadboundary.h index 193eb56..7bea4ea 100644 --- a/common/threadboundary.h +++ b/common/threadboundary.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 | 24 | ||
25 | #include <QObject> | 25 | #include <QObject> |
26 | #include <functional> | 26 | #include <functional> |
@@ -31,7 +31,7 @@ namespace async { | |||
31 | * A helper class to invoke a method in a different thread using the event loop. | 31 | * A helper class to invoke a method in a different thread using the event loop. |
32 | * The ThreadBoundary object must live in the thread where the function should be called. | 32 | * The ThreadBoundary object must live in the thread where the function should be called. |
33 | */ | 33 | */ |
34 | class SINKCOMMON_EXPORT ThreadBoundary : public QObject { | 34 | class SINK_EXPORT ThreadBoundary : public QObject { |
35 | Q_OBJECT | 35 | Q_OBJECT |
36 | public: | 36 | public: |
37 | ThreadBoundary(); | 37 | ThreadBoundary(); |