Warning: QObject::startTimer: Timers can only be used with threads started with QThread
Unsolved
General and Desktop
-
I am seeing this warning message when attempting to run timers inside of my shared library:
Warning: QObject::startTimer: Timers can only be used with threads started with QThread
This behavior was not an issue when using a static library. So is this the expected behavior because of the shared library? I am not actively using threads either so I am unsure as to why I am seeing this.
-
Install a Qt message handler, set a breakpoint in there and take a look at the backtrace where it comes from.