Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

[[qanda:topic_unsolved]] Does QWebEnginePage::load() start a new event loop internally or it just calls processEvents ?

$
0
0

After debugging an application crash, I have found that QWebEnginePage::load() internally processes queued events and causes unexpected re-entrancy in my code.
I have modified my code to handle reentrancy, but there are parts of my code that invoke deleteLater(). To be sure that some objects will not get deleted while within QWebEngine::load(), I would like to know if that method starts internally an event loop or it just calls processEvents().

Thanks in advance.


Viewing all articles
Browse latest Browse all 13965

Latest Images

Trending Articles



Latest Images