diff options
author | Sandro Knauß <sknauss@kde.org> | 2017-01-16 17:36:47 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2017-01-30 10:59:30 +0100 |
commit | 2486b417dbfb4daf0741f7b870e3d276fac87729 (patch) | |
tree | 9008a38b4d95edb46678c9db2f8c4a4c3084a0fd /common/synchronizer.h | |
parent | bb624c5ec2ab2e13dedcba67fd60e3d2f03216d7 (diff) | |
download | sink-2486b417dbfb4daf0741f7b870e3d276fac87729.tar.gz sink-2486b417dbfb4daf0741f7b870e3d276fac87729.zip |
make contacts suitable for applications like sinksh
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 73c91a3..4240782 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -72,6 +72,7 @@ protected: | |||
72 | 72 | ||
73 | protected: | 73 | protected: |
74 | ///Implement to write back changes to the server | 74 | ///Implement to write back changes to the server |
75 | virtual KAsync::Job<QByteArray> replay(const Sink::ApplicationDomain::Contact &, Sink::Operation, const QByteArray &oldRemoteId, const QList<QByteArray> &); | ||
75 | virtual KAsync::Job<QByteArray> replay(const Sink::ApplicationDomain::Mail &, Sink::Operation, const QByteArray &oldRemoteId, const QList<QByteArray> &); | 76 | virtual KAsync::Job<QByteArray> replay(const Sink::ApplicationDomain::Mail &, Sink::Operation, const QByteArray &oldRemoteId, const QList<QByteArray> &); |
76 | virtual KAsync::Job<QByteArray> replay(const Sink::ApplicationDomain::Folder &, Sink::Operation, const QByteArray &oldRemoteId, const QList<QByteArray> &); | 77 | virtual KAsync::Job<QByteArray> replay(const Sink::ApplicationDomain::Folder &, Sink::Operation, const QByteArray &oldRemoteId, const QList<QByteArray> &); |
77 | 78 | ||