diff options
author | Minijackson <minijackson@riseup.net> | 2018-07-13 17:38:33 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-07-13 17:38:33 +0200 |
commit | 91bb50f02145d73ba9206fde908de4e20e098548 (patch) | |
tree | 84d5fdee448f5497c0f328a10d5b01995636e777 /common/storage/entitystore.h | |
parent | 1b5499770273913ad26b213406df4208b10e2b3c (diff) | |
download | sink-91bb50f02145d73ba9206fde908de4e20e098548.tar.gz sink-91bb50f02145d73ba9206fde908de4e20e098548.zip |
Typo
Diffstat (limited to 'common/storage/entitystore.h')
-rw-r--r-- | common/storage/entitystore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage/entitystore.h b/common/storage/entitystore.h index f3aa07d..619b884 100644 --- a/common/storage/entitystore.h +++ b/common/storage/entitystore.h | |||
@@ -97,7 +97,7 @@ public: | |||
97 | } | 97 | } |
98 | 98 | ||
99 | 99 | ||
100 | void readPrevious(const QByteArray &type, const Sink::Storage::Identifier &uid, qint64 revision, const std::function<void(const QByteArray &uid, const EntityBuffer &entity)> callback); | 100 | void readPrevious(const QByteArray &type, const Sink::Storage::Identifier &id, qint64 revision, const std::function<void(const QByteArray &uid, const EntityBuffer &entity)> callback); |
101 | void readPrevious(const QByteArray &type, const Sink::Storage::Identifier &id, qint64 revision, const std::function<void(const ApplicationDomainType &entity)> callback); | 101 | void readPrevious(const QByteArray &type, const Sink::Storage::Identifier &id, qint64 revision, const std::function<void(const ApplicationDomainType &entity)> callback); |
102 | ///Returns a copy | 102 | ///Returns a copy |
103 | ApplicationDomainType readPrevious(const QByteArray &type, const Sink::Storage::Identifier &id, qint64 revision); | 103 | ApplicationDomainType readPrevious(const QByteArray &type, const Sink::Storage::Identifier &id, qint64 revision); |