Skip to content

Cleanup runners

Alexander Lohnau requested to merge (removed):trivial_runner_cleanup into master

This patch does some cleanups(no conceptual changes) that alone are not worth a MR:

  • Formatting here and there
  • Remove Q_UNUSED macros when not needed
  • The nullptr check in the bookmarks runner was unnecessary (and didn't make sense :D)
  • Set the limit of the recent documents to 20, because only 20 results will be displayed in KRunner
  • Early return in the WindowsRunner, we don't need to wait for the fetching of the window list to finish if the criteria to display the results doesn't match.
Edited by Alexander Lohnau

Merge request reports