What's the alternative of api 'hasPendingEvents'?
Unsolved
General and Desktop
-
QCoreApplication::hasPendingEvents and QAbstractEventDispatcher::hasPendingEvents are deprecated. So is there any alternative of that api?
-
@Samuel-Xue said in What's the alternative of api 'hasPendingEvents'?:
QCoreApplication::hasPendingEvents
Neither Qt5 not Qt6 have such a method. Same for QAbstractEventDispatcher::hasPendingEvents.