Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only init already_running QEventLoops as running
When a QEventLoop is not already running, it should not set itself as the running loop on construction, and should do so exclusively when actually ran, i.e. in run_forever. Already running QEventLoops OTOH should always set themselves as the running loop on construction. This renders the set_running_loop constructor parameter obsolete. It is kept for compatibility.
- Loading branch information