On Friday, February 24, 2012 23:36:24 Shaun Reich wrote:
> does there currently exist a way to "make" it threadsafe in some way?
> what's the solution for this?

without fully understanding what you are trying to do, here's what i might do:

create an object in the constructor of the runner that will do the KIO. this 
object will therefore live in the main thread of the application. connect a 
slot in this object to a signal from the runner (qt will queue the signals 
from the different threads) and in that slot do the kio. bingo -> async and in 
the main gui thread.

-- 
Aaron J. Seigo

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to