You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: