This revision was automatically updated to reflect the committed changes.
Closed by commit R308:b0421c21867b: Use QUrls from match to create mimeData in
base implementation (authored by davidedmundson).
REPOSITORY
R308 KRunner
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7402?vs=18
broulik accepted this revision.
broulik added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> abstractrunner.cpp:204
> {
> -Q_UNUSED(match)
> -return nullptr;
> +if (match.urls().isEmpty()) {
> +return nullptr;
Weird indentation
REPOS
davidedmundson created this revision.
Restricted Application added projects: Plasma, Frameworks.
Restricted Application added subscribers: Frameworks, plasma-devel.
REVISION SUMMARY
QueryMatch contains a list of URLs.
If an AbstractRunner doesn't implement this method, create some mimeData