Explorar el Código

show given url in error message

Malte Veerman hace 10 años
padre
commit
efe3b413a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }