This commit is contained in:
Patrick von Reth 2014-01-13 14:42:57 +01:00
parent 345f63a793
commit a2dfefbba4
1 changed files with 1 additions and 1 deletions

View File

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