diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-04 12:40:24 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-04 12:40:24 +0100 |
commit | ba94c4300c52dd80774ed7affc2ef9b4508cb7be (patch) | |
tree | 3c8bf6ce042a4544e81901d901a3a3759d0a128a /sinksh/syntax_modules/sink_list.cpp | |
parent | 98b682acb8c57cadaea5ff0ac6709d21a591b97b (diff) | |
download | sink-ba94c4300c52dd80774ed7affc2ef9b4508cb7be.tar.gz sink-ba94c4300c52dd80774ed7affc2ef9b4508cb7be.zip |
Don't expose the live query flag directly.
Diffstat (limited to 'sinksh/syntax_modules/sink_list.cpp')
-rw-r--r-- | sinksh/syntax_modules/sink_list.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sinksh/syntax_modules/sink_list.cpp b/sinksh/syntax_modules/sink_list.cpp index e176aab..bb2f1fe 100644 --- a/sinksh/syntax_modules/sink_list.cpp +++ b/sinksh/syntax_modules/sink_list.cpp | |||
@@ -68,8 +68,6 @@ bool list(const QStringList &args, State &state) | |||
68 | 68 | ||
69 | } | 69 | } |
70 | 70 | ||
71 | query.liveQuery = false; | ||
72 | |||
73 | query.requestedProperties = SinkshUtils::requestedProperties(type); | 71 | query.requestedProperties = SinkshUtils::requestedProperties(type); |
74 | 72 | ||
75 | QStringList line; | 73 | QStringList line; |