diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 08:22:00 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 08:22:00 +0100 |
commit | 60b4e805d39f2ddb6316f739bdf730d04721fea2 (patch) | |
tree | fa681b428596ae292ea1e02333f6cfc04d1f6c33 | |
parent | d5b4d64ca0609f65cda606d1456f4040ff008cda (diff) | |
download | sink-60b4e805d39f2ddb6316f739bdf730d04721fea2.tar.gz sink-60b4e805d39f2ddb6316f739bdf730d04721fea2.zip |
No longer used.
-rw-r--r-- | common/clientapi.cpp | 5 | ||||
-rw-r--r-- | common/clientapi.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp index e6878a6..b7dfb86 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp | |||
@@ -51,11 +51,6 @@ QString Store::storageLocation() | |||
51 | return Sink::storageLocation(); | 51 | return Sink::storageLocation(); |
52 | } | 52 | } |
53 | 53 | ||
54 | QByteArray Store::resourceName(const QByteArray &instanceIdentifier) | ||
55 | { | ||
56 | return Sink::resourceName(instanceIdentifier); | ||
57 | } | ||
58 | |||
59 | static QList<QByteArray> getResources(const QList<QByteArray> &resourceFilter, const QByteArray &type) | 54 | static QList<QByteArray> getResources(const QList<QByteArray> &resourceFilter, const QByteArray &type) |
60 | { | 55 | { |
61 | //Return the global resource (signified by an empty name) for types that don't eblong to a specific resource | 56 | //Return the global resource (signified by an empty name) for types that don't eblong to a specific resource |
diff --git a/common/clientapi.h b/common/clientapi.h index ff23da5..2c759f8 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -55,7 +55,6 @@ private: | |||
55 | namespace Store { | 55 | namespace Store { |
56 | 56 | ||
57 | QString SINK_EXPORT storageLocation(); | 57 | QString SINK_EXPORT storageLocation(); |
58 | QByteArray SINK_EXPORT resourceName(const QByteArray &instanceIdentifier); | ||
59 | 58 | ||
60 | enum Roles { | 59 | enum Roles { |
61 | DomainObjectRole = Qt::UserRole + 1, //Must be the same as in ModelResult | 60 | DomainObjectRole = Qt::UserRole + 1, //Must be the same as in ModelResult |