yet another fix
This commit is contained in:
parent
a2dfefbba4
commit
760ed23bec
|
@ -73,6 +73,7 @@ const QByteArray &Snore::IconData::imageData()
|
||||||
if(m_hash.isEmpty())
|
if(m_hash.isEmpty())
|
||||||
{
|
{
|
||||||
m_hash = computeHash(m_data);
|
m_hash = computeHash(m_data);
|
||||||
|
m_localUrl = QString("%1%2.png").arg(SnoreCorePrivate::snoreTMP(), m_hash);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(m_isRemoteFile)
|
else if(m_isRemoteFile)
|
||||||
|
|
Loading…
Reference in New Issue