Relationship between QEventloop and QAbstractEventDispatcher

What is the relationship between QEventloopand QAbstractEventDispatcher?

An event loop is a loop that starts the event dispatcher until the loop is interrupted.

But the documentation QEventloopdoes not have a single method that takes an argument QAbstractEventDispatcher.

+3
source share
1 answer

Why should there be a method in QEventLoop that accepts a subclass QAbstractEventDispatcher?

, , QAbstractEventDispatcher , system/Qt Q(Core)Application. QAbstractEventDispatcher , , , , QEventLoop. Eventloop - , , . , .

+2