diff options
Diffstat (limited to 'common/synchronizer.cpp')
-rw-r--r-- | common/synchronizer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index fa16002..85b0d30 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -697,6 +697,11 @@ KAsync::Job<QByteArray> Synchronizer::replay(const ApplicationDomain::Event &, S | |||
697 | return KAsync::null<QByteArray>(); | 697 | return KAsync::null<QByteArray>(); |
698 | } | 698 | } |
699 | 699 | ||
700 | KAsync::Job<QByteArray> Synchronizer::replay(const ApplicationDomain::Todo &, Sink::Operation, const QByteArray &, const QList<QByteArray> &) | ||
701 | { | ||
702 | return KAsync::null<QByteArray>(); | ||
703 | } | ||
704 | |||
700 | KAsync::Job<QByteArray> Synchronizer::replay(const ApplicationDomain::Calendar &, Sink::Operation, const QByteArray &, const QList<QByteArray> &) | 705 | KAsync::Job<QByteArray> Synchronizer::replay(const ApplicationDomain::Calendar &, Sink::Operation, const QByteArray &, const QList<QByteArray> &) |
701 | { | 706 | { |
702 | return KAsync::null<QByteArray>(); | 707 | return KAsync::null<QByteArray>(); |