Igor wrote: 

> Because in Qt 4 QThread::sleep is protected.

You can unprotect it by deriving your own class from QThread and making
whichever static methods public!  As long as you are aware of the pitfalls
(don't sleep in main thread, etc.), and much easier than messing with locks
just to gain access to sleep. 

Regards, 

Tony

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to