From 9f6751df8e6f483b112c2b24c0bc725924f17356 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 9 Dec 2016 16:31:30 +0100 Subject: Move the BLOB property handling to the entitystore. This is really part of the storage, and will help us to cleanly implement features like moving properties into a temporary place when reading in a clean way as well. --- common/storage/entitystore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/storage/entitystore.h') diff --git a/common/storage/entitystore.h b/common/storage/entitystore.h index 06ca8c4..c626ebc 100644 --- a/common/storage/entitystore.h +++ b/common/storage/entitystore.h @@ -110,6 +110,7 @@ public: qint64 maxRevision(); private: + void copyBlobs(ApplicationDomain::ApplicationDomainType &entity, qint64 newRevision); class Private; const QSharedPointer d; }; -- cgit v1.2.3