diff options
Diffstat (limited to 'common/definitions.h')
-rw-r--r-- | common/definitions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/definitions.h b/common/definitions.h index 1008235..e8cd45e 100644 --- a/common/definitions.h +++ b/common/definitions.h | |||
@@ -26,6 +26,8 @@ | |||
26 | 26 | ||
27 | namespace Sink { | 27 | namespace Sink { |
28 | QString SINK_EXPORT storageLocation(); | 28 | QString SINK_EXPORT storageLocation(); |
29 | QString SINK_EXPORT dataLocation(); | ||
30 | QString SINK_EXPORT configLocation(); | ||
29 | QString SINK_EXPORT temporaryFileLocation(); | 31 | QString SINK_EXPORT temporaryFileLocation(); |
30 | QString SINK_EXPORT resourceStorageLocation(const QByteArray &resourceInstanceIdentifier); | 32 | QString SINK_EXPORT resourceStorageLocation(const QByteArray &resourceInstanceIdentifier); |
31 | } | 33 | } |