yet another fix

This commit is contained in:
Patrick von Reth 2014-01-13 15:41:38 +01:00
parent a2dfefbba4
commit 760ed23bec
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ const QByteArray &Snore::IconData::imageData()
if(m_hash.isEmpty())
{
m_hash = computeHash(m_data);
m_localUrl = QString("%1%2.png").arg(SnoreCorePrivate::snoreTMP(), m_hash);
}
}
else if(m_isRemoteFile)