diff options
Diffstat (limited to 'common/definitions.h')
-rw-r--r-- | common/definitions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/definitions.h b/common/definitions.h index 5834f01..99b8293 100644 --- a/common/definitions.h +++ b/common/definitions.h | |||
@@ -20,10 +20,11 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <sinkcommon_export.h> | ||
23 | #include <QString> | 24 | #include <QString> |
24 | #include <QByteArray> | 25 | #include <QByteArray> |
25 | 26 | ||
26 | namespace Sink { | 27 | namespace Sink { |
27 | QString storageLocation(); | 28 | QString SINKCOMMON_EXPORT storageLocation(); |
28 | QByteArray resourceName(const QByteArray &instanceIdentifier); | 29 | QByteArray SINKCOMMON_EXPORT resourceName(const QByteArray &instanceIdentifier); |
29 | } | 30 | } |