diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-09 16:31:30 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-09 16:31:30 +0100 |
commit | 9f6751df8e6f483b112c2b24c0bc725924f17356 (patch) | |
tree | df312279bacc53e5bb6b6181fc25282ce5b0dd8e /common/storage/entitystore.h | |
parent | 9c8e4612403fc2accc26ac2b49670394972f1293 (diff) | |
download | sink-9f6751df8e6f483b112c2b24c0bc725924f17356.tar.gz sink-9f6751df8e6f483b112c2b24c0bc725924f17356.zip |
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.
Diffstat (limited to 'common/storage/entitystore.h')
-rw-r--r-- | common/storage/entitystore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
110 | qint64 maxRevision(); | 110 | qint64 maxRevision(); |
111 | 111 | ||
112 | private: | 112 | private: |
113 | void copyBlobs(ApplicationDomain::ApplicationDomainType &entity, qint64 newRevision); | ||
113 | class Private; | 114 | class Private; |
114 | const QSharedPointer<Private> d; | 115 | const QSharedPointer<Private> d; |
115 | }; | 116 | }; |