From 52787e9469cc1892e9e221b877d0ffd81d7a817a Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Mon, 15 Dec 2014 20:49:13 +0100 Subject: it's a name, not a resource (that is going to be a class soon) --- client/clientapi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client') diff --git a/client/clientapi.h b/client/clientapi.h index fae0744..f74e76a 100644 --- a/client/clientapi.h +++ b/client/clientapi.h @@ -161,8 +161,8 @@ namespace Domain { class AkonadiDomainType { public: - AkonadiDomainType(const QString &resource, const QString &identifier, qint64 revision) - : mResource(resource), + AkonadiDomainType(const QString &resourceName, const QString &identifier, qint64 revision) + : mResourceName(resourceName), mIdentifier(identifier), mRevision(revision) { @@ -174,7 +174,7 @@ private: /* * Each domain object needs to store the resource, identifier, revision triple so we can link back to the storage location. */ - QString mResource; + QString mResourceName; QString mIdentifier; qint64 mRevision; }; -- cgit v1.2.3