in my match() event, i end up downloading some data, getting the url
inside that data, downloading the thumbnail which that url points
to...

question is, i need to then do QPixmap pixmap;
pixmap.loadFromData(reply->readAll()), then try to do
match.setIcon(pixmap). However this means that gui stuff is being done
outside of the gui thread. how can i overcome this?

-- 
Shaun Reich,
KDE Software Developer (kde.org)
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to