浏览代码

show given url in error message

Malte Veerman 9 年之前
父节点
当前提交
efe3b413a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/src/loader.cpp

+ 1 - 1
lib/src/loader.cpp

@@ -235,7 +235,7 @@ bool Loader::load(const QUrl &url)
 
     else
     {
-        setError("Url is not a local file");
+        setError(url.toDisplayString() + " is not a local file!");
         return false;
     }