Den 05-04-2013 13:09, Sensei skrev:
> By the way, and just for a thorough exploration of my code, is
> QTreeWidgetItem *without icons* safe to be constructed in a separate thread?

Looking at the source code, it might actually work. But you will be 
depending on the internal implementation of QIcon, so I wouldn't do that 
if I were you. And worse, it will be a maintenance nightmare, because 
you will have to rely on noone using the QIcon in the code later.

Don't do it.

Bo.

-- 
Bo Thorsen, European Qt Manager, Integrated Computer Solutions
ICS - Delivering World-Class Applications for Embedded & Mobile Devices
http://ics.com/services
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to