mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 08:12:08 +00:00
fix
This commit is contained in:
parent
345f63a793
commit
a2dfefbba4
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user