Skip to content

Simplify nullptr checks

Alexander Lohnau requested to merge work/simplify_nullptr_checks into master

@kossebau That is what we discussed on #kde-devel

Except for RunnerManager::mimeDataForMatch, there the null check was kindof useless, because that is exactly what the isValid method does.

Merge request reports