qtbindings icon indicating copy to clipboard operation
qtbindings copied to clipboard

Calling dispose outside the main loop doesn't cause exception

Open jmthomas opened this issue 9 years ago • 0 comments

Issue #122 added code to cause an exception when a QT method was called outside of the main thread. I recently added code which called dispose to free a widget. This code was called outside the main thread and I got the infamous "QObject::startTimer: timers cannot be started from another thread" instead of an exception.

jmthomas avatar Feb 19 '16 16:02 jmthomas