diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-14 18:52:04 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-14 18:52:04 +0100 |
commit | 78284e0963d93e3e0f85e2165013412580a3b8c1 (patch) | |
tree | b4f0b5750c3f27ad107cc66358bd7b930b8399bc /akonadish/syntax_modules/akonadi_list.cpp | |
parent | 7de95983b30ca414c04bb3f877b67c1b7e9d6fa0 (diff) | |
download | sink-78284e0963d93e3e0f85e2165013412580a3b8c1.tar.gz sink-78284e0963d93e3e0f85e2165013412580a3b8c1.zip |
Got rid of all uses of Query::syncOnDemand and Query::processAll
Diffstat (limited to 'akonadish/syntax_modules/akonadi_list.cpp')
-rw-r--r-- | akonadish/syntax_modules/akonadi_list.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/akonadish/syntax_modules/akonadi_list.cpp b/akonadish/syntax_modules/akonadi_list.cpp index 82f13b5..7709d3b 100644 --- a/akonadish/syntax_modules/akonadi_list.cpp +++ b/akonadish/syntax_modules/akonadi_list.cpp | |||
@@ -58,8 +58,6 @@ bool list(const QStringList &args, State &state) | |||
58 | for (const auto &res : resources) { | 58 | for (const auto &res : resources) { |
59 | query.resources << res.toLatin1(); | 59 | query.resources << res.toLatin1(); |
60 | } | 60 | } |
61 | query.syncOnDemand = false; | ||
62 | query.processAll = false; | ||
63 | query.liveQuery = false; | 61 | query.liveQuery = false; |
64 | 62 | ||
65 | QTime time; | 63 | QTime time; |