Skip to content
Commit 7aa96c89 authored by Wolfgang Bauer's avatar Wolfgang Bauer
Browse files

Fix path/Url issues in checksumsearch plugin

- QUrl::setPath() expects a path, not an Url
- removing a filename from an Url always results in a trailing slash,
  there's no need to add another one
- KStandardDirs::locateLocal() returns a local path; to get a valid
  QUrl, it needs to converted with QUrl::fromLocalFile()
parent 7746a281
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment