Details
-
Suggestion
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
4.5.2
-
None
Description
Qeventdispatcher_win.cpp
Starting line 480:
QCoreApplication *app = QCoreApplication::instance();
Q_ASSERT_X(app, "qt_interal_proc", "Timer fired, but no
QCoreApplication");
if (!app)
It would be better if the Q_ASSERT_X was after the KillTimer. Otherwise the timer keeps firing while the critical error dialog box is being
displayed.
It would also be really nice if information about the timer still being fired was displayed - it's a pain to track this problem down!