Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.3.1
-
None
Description
It is currently not possible to find out if the main event loop is running.
QCoreApplication provides startingUp() and closingDown(), and QEventLoop provides isRunning(). It would be nice if QCoreApplication could have an isRunning() or similar function as well.