Skip to content
Commit f98eb936 authored by Michel Ludwig's avatar Michel Ludwig
Browse files

Fix url creation in 'Document::processSourceReference'

This commit fixes the error message "<url> is not a local file" when processing
source references. 'giveAbsolutePath(QString)' returns a local file name, so we
create the corresponding url using 'QUrl::fromLocalFile'.
parent 991e11e8
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