Hurr, yeah. I get your hint now that I read the code and documents for a while: this is a threading problem. I replaced the direct function call from another thread with a signal-slot connection, which makes sure that the setData() call is handled in the appropriate thread.
Many thanks for your guidance!
Originally Posted by http://doc.trolltech.com/4.2/threads.html#qobject-reentrancy
Bookmarks