Hello,
As far as I found in Qt sources - when there is a problem with synchronization for threads, then only qWarning() is called.
I wonder how should I handle my problem, since I need multi-threaded and stable application, but if I let threads to work even there are synchronization problems, then whole my application is going to crash or something...
I know I can install message handler, but if I do so, then all warnings will be handled the same way and I don't think that synchronization problem is equal to some other, quiet trivial warning.
Any hints what should I do?
Bookmarks