Skip to content

FileEntry: Clean ups

Méven Car requested to merge meven/plasma-workspace:fileentry-stat into master
  • Allow to have entries for non-local files but with wrong icon.
  • Clean an unneccessary include
  • remove an always true test: isFile() || isDir() => !isDir() || isDir() => true

Merge request reports