From 78284e0963d93e3e0f85e2165013412580a3b8c1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 14 Jan 2016 18:52:04 +0100 Subject: Got rid of all uses of Query::syncOnDemand and Query::processAll --- examples/client/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') diff --git a/examples/client/main.cpp b/examples/client/main.cpp index 127fd2f..6660f86 100644 --- a/examples/client/main.cpp +++ b/examples/client/main.cpp @@ -120,7 +120,6 @@ public: QObject::connect(syncButton, &QPushButton::pressed, []() { Akonadi2::Query query; query.resources << "org.kde.dummy.instance1"; - query.syncOnDemand = true; Akonadi2::Store::synchronize(query).exec(); }); @@ -198,8 +197,6 @@ int main(int argc, char *argv[]) for (const auto &res : resources) { query.resources << res.toLatin1(); } - query.syncOnDemand = false; - query.processAll = false; query.liveQuery = true; if (type == "folder") { query.parentProperty = "parent"; -- cgit v1.2.3