This commit is contained in:
Patrick von Reth 2014-01-13 14:42:57 +01:00
parent 345f63a793
commit a2dfefbba4

View File

@ -59,7 +59,7 @@ Icon::~Icon()
const QImage &Icon::image() const{ const QImage &Icon::image() const{
if(d->m_img.isNull()) if(d->m_img.isNull())
{ {
if(isLocalFile()) if(!isRemoteFile() )
{ {
d->m_img = QImage(d->m_url); d->m_img = QImage(d->m_url);
} }