diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 15:01:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 15:01:51 +0200 |
commit | bf75a2b6b184a3504cdee4b88a6db4a82c6da150 (patch) | |
tree | 841434e105e89e6a5ef1b6bbe3c1b43a5dd2e499 /common/definitions.h | |
parent | c3040251dd4d9e8d00cbccdeb693b11a72077c73 (diff) | |
download | sink-bf75a2b6b184a3504cdee4b88a6db4a82c6da150.tar.gz sink-bf75a2b6b184a3504cdee4b88a6db4a82c6da150.zip |
Don't encode the resource type into the identifier
Diffstat (limited to 'common/definitions.h')
-rw-r--r-- | common/definitions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/definitions.h b/common/definitions.h index a90b15a..6a6796e 100644 --- a/common/definitions.h +++ b/common/definitions.h | |||
@@ -27,5 +27,4 @@ | |||
27 | namespace Sink { | 27 | namespace Sink { |
28 | QString SINK_EXPORT storageLocation(); | 28 | QString SINK_EXPORT storageLocation(); |
29 | QString SINK_EXPORT temporaryFileLocation(); | 29 | QString SINK_EXPORT temporaryFileLocation(); |
30 | QByteArray SINK_EXPORT resourceName(const QByteArray &instanceIdentifier); | ||
31 | } | 30 | } |