diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-20 14:45:16 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-20 14:45:16 +0200 |
commit | 75d51b5ee87f3c1d34586c34f73c2100d09e1d04 (patch) | |
tree | 9ada52f0b6ccb549c1f80c504cbb7dedb401f1f0 /common/definitions.h | |
parent | 524e405f645edb6231f9b16fafc1f9ca36af8237 (diff) | |
download | sink-75d51b5ee87f3c1d34586c34f73c2100d09e1d04.tar.gz sink-75d51b5ee87f3c1d34586c34f73c2100d09e1d04.zip |
Reread the location if we enable the test mode
Diffstat (limited to 'common/definitions.h')
-rw-r--r-- | common/definitions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/definitions.h b/common/definitions.h index e8cd45e..ce9e794 100644 --- a/common/definitions.h +++ b/common/definitions.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <QByteArray> | 25 | #include <QByteArray> |
26 | 26 | ||
27 | namespace Sink { | 27 | namespace Sink { |
28 | void SINK_EXPORT clearLocationCache(); | ||
28 | QString SINK_EXPORT storageLocation(); | 29 | QString SINK_EXPORT storageLocation(); |
29 | QString SINK_EXPORT dataLocation(); | 30 | QString SINK_EXPORT dataLocation(); |
30 | QString SINK_EXPORT configLocation(); | 31 | QString SINK_EXPORT configLocation(); |