What is QThread::loopLevel()?
Unsolved
General and Desktop
-
Hi, while browsing through the documentation of
QThread
I came acrossint QThread::loopLevel() const
, the only explanation for it is: Returns the current event loop level for the thread. What does this return value mean? I tried searching for it but there is no mention of 'Loop Level' (or any kind of Level) inQEventLoop
orQEvent
class.