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.
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.