danvratil / qcoro

C++ Coroutines for Qt
https://qcoro.dvratil.cz
MIT License
326 stars 53 forks source link

QCoroSignalListener: support connecting to private signals #194

Closed danvratil closed 10 months ago

danvratil commented 10 months ago

The slot parameter extraction code is moved to common base class of QCoroSignal and QCoroSignalListener so that the logic and fixes are shared in the future. As an intended side-effect, QCoroSignalListener gains support for connecting to signals wit QPrivateSignal (the so called private signals).