Skip to content
Commit 61a9f575 authored by Wolfgang Bauer's avatar Wolfgang Bauer
Browse files

Fix icons in transfer history

The destination is a local file path, so we need to use
QUrl::fromLocalFile() to convert it to QUrl.

Otherwise it would result in an invalid QUrl (without the "file://"
scheme), so the filetype cannot be determined resulting in all entries
having a generic icon instead.
parent 4cdd17ae
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