QEventDispatcherWin32::unregisterTimer: invalid argument
-
Greetings!
The title show the complete "warning" I get using QtC
Here is the scenario:
I have two classes inheriting a QObject-based class.
Each class implements QObject::timerEvent() (I think this is the reason of the warning)
I need to "run" a class one at a time so every time I switch I need to use "deleteLater" for the currently running class.
Any ways to solve this warning?