Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QCoroSignalListener: support connecting to private signals #194

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

danvratil
Copy link
Owner

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).

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).
@danvratil danvratil marked this pull request as ready for review October 24, 2023 09:41
@danvratil danvratil merged commit e48769c into main Oct 24, 2023
45 checks passed
@danvratil danvratil deleted the feature/qsignallistener-private-signal branch October 24, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant