diff options
Diffstat (limited to 'sinksh/syntax_modules/sink_show.cpp')
-rw-r--r-- | sinksh/syntax_modules/sink_show.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/sink_show.cpp b/sinksh/syntax_modules/sink_show.cpp index 5197e77..45fd62c 100644 --- a/sinksh/syntax_modules/sink_show.cpp +++ b/sinksh/syntax_modules/sink_show.cpp | |||
@@ -60,7 +60,7 @@ bool show(const QStringList &args, State &state) | |||
60 | if (queryForResourceOrAgent) { | 60 | if (queryForResourceOrAgent) { |
61 | query.filter(resource.toLatin1()); | 61 | query.filter(resource.toLatin1()); |
62 | } else { | 62 | } else { |
63 | query.filter(Sink::ApplicationDomain::SinkResource(resource.toLatin1())); | 63 | query.resourceFilter(resource.toLatin1()); |
64 | } | 64 | } |
65 | query.liveQuery = false; | 65 | query.liveQuery = false; |
66 | 66 | ||