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/queryrunner.cpp | |
parent | bb624c5ec2ab2e13dedcba67fd60e3d2f03216d7 (diff) | |
download | sink-2486b417dbfb4daf0741f7b870e3d276fac87729.tar.gz sink-2486b417dbfb4daf0741f7b870e3d276fac87729.zip |
make contacts suitable for applications like sinksh
Diffstat (limited to 'common/queryrunner.cpp')
-rw-r--r-- | common/queryrunner.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/queryrunner.cpp b/common/queryrunner.cpp index 0862378..a86d8a8 100644 --- a/common/queryrunner.cpp +++ b/common/queryrunner.cpp | |||
@@ -250,9 +250,11 @@ ReplayResult QueryWorker<DomainType>::executeInitialQuery( | |||
250 | return {entityStore.maxRevision(), replayResult.replayedEntities, replayResult.replayedAll}; | 250 | return {entityStore.maxRevision(), replayResult.replayedEntities, replayResult.replayedAll}; |
251 | } | 251 | } |
252 | 252 | ||
253 | template class QueryRunner<Sink::ApplicationDomain::Contact>; | ||
253 | template class QueryRunner<Sink::ApplicationDomain::Folder>; | 254 | template class QueryRunner<Sink::ApplicationDomain::Folder>; |
254 | template class QueryRunner<Sink::ApplicationDomain::Mail>; | 255 | template class QueryRunner<Sink::ApplicationDomain::Mail>; |
255 | template class QueryRunner<Sink::ApplicationDomain::Event>; | 256 | template class QueryRunner<Sink::ApplicationDomain::Event>; |
257 | template class QueryWorker<Sink::ApplicationDomain::Contact>; | ||
256 | template class QueryWorker<Sink::ApplicationDomain::Folder>; | 258 | template class QueryWorker<Sink::ApplicationDomain::Folder>; |
257 | template class QueryWorker<Sink::ApplicationDomain::Mail>; | 259 | template class QueryWorker<Sink::ApplicationDomain::Mail>; |
258 | template class QueryWorker<Sink::ApplicationDomain::Event>; | 260 | template class QueryWorker<Sink::ApplicationDomain::Event>; |