diff options
Diffstat (limited to 'common/listener.h')
-rw-r--r-- | common/listener.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/listener.h b/common/listener.h index e17f315..d4dc884 100644 --- a/common/listener.h +++ b/common/listener.h | |||
@@ -19,6 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | ||
22 | #include <QObject> | 23 | #include <QObject> |
23 | 24 | ||
24 | #include <QPointer> | 25 | #include <QPointer> |
@@ -56,7 +57,7 @@ public: | |||
56 | qint64 currentRevision; | 57 | qint64 currentRevision; |
57 | }; | 58 | }; |
58 | 59 | ||
59 | class Listener : public QObject | 60 | class SINKCOMMON_EXPORT Listener : public QObject |
60 | { | 61 | { |
61 | Q_OBJECT | 62 | Q_OBJECT |
62 | 63 | ||