Explorar o código

Fix show images

Kandrashin Denis %!s(int64=13) %!d(string=hai) anos
pai
achega
daaaee63de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/fb2view.cpp

+ 1 - 1
source/fb2view.cpp

@@ -142,7 +142,7 @@ void Fb2WebView::data(QString name, QByteArray data)
 
 void Fb2WebView::html(QString name, QString html)
 {
-    setHtml(html);
+    setHtml(html, QUrl::fromLocalFile(name));
     if (m_thread) m_thread->deleteLater();
     m_thread = 0;
 }