GIT_SILENT Also set urls for match in other code path

wilder-5.22
Alexander Lohnau 5 years ago
parent d5c144dbd4
commit eb9245a20c
No known key found for this signature in database
GPG Key ID: 6C45BA731AA2ED36
  1. 1
      runners/locations/locationrunner.cpp

@ -74,6 +74,7 @@ void LocationsRunner::match(Plasma::RunnerContext &context)
match.setRelevance(1);
match.setData(url);
match.setUrls({url});
match.setType(Plasma::QueryMatch::ExactMatch);
context.addMatch(match);
} else if (!url.isLocalFile() && !url.isEmpty() && !url.scheme().isEmpty()) {

Loading…
Cancel
Save