From 60b4e805d39f2ddb6316f739bdf730d04721fea2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 10 Feb 2016 08:22:00 +0100 Subject: No longer used. --- common/clientapi.cpp | 5 ----- common/clientapi.h | 1 - 2 files changed, 6 deletions(-) (limited to 'common') 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() return Sink::storageLocation(); } -QByteArray Store::resourceName(const QByteArray &instanceIdentifier) -{ - return Sink::resourceName(instanceIdentifier); -} - static QList getResources(const QList &resourceFilter, const QByteArray &type) { //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: namespace Store { QString SINK_EXPORT storageLocation(); -QByteArray SINK_EXPORT resourceName(const QByteArray &instanceIdentifier); enum Roles { DomainObjectRole = Qt::UserRole + 1, //Must be the same as in ModelResult -- cgit v1.2.3