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

feat: Allow subclassing ConnectionEvaluator #86

Merged

Conversation

LeonMatthesKDAB
Copy link
Contributor

Subclasses can overwrite the onInvocationAdded function to react to
newly added invocations and e.g. wake up the thread that's responsible
for evaluating the connections.

Closes #85

src/kdbindings/connection_evaluator.h Outdated Show resolved Hide resolved
tests/signal/tst_signal.cpp Show resolved Hide resolved
@LeonMatthesKDAB LeonMatthesKDAB force-pushed the 85-virtual-connectionevaluator branch 2 times, most recently from a8ba3b4 to 9c78689 Compare July 3, 2024 14:13
LeonMatthesKDAB and others added 2 commits July 3, 2024 16:17
Subclasses can overwrite the onInvocationAdded function to react to
newly added invocations and e.g. wake up the thread that's responsible
for evaluating the connections.

Closes KDAB#85

Co-Authored-by: Miłosz Kosobucki <milosz@kosobucki.pl>
@LeonMatthesKDAB LeonMatthesKDAB merged commit 4c4d364 into KDAB:main Jul 5, 2024
5 checks passed
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.

2 participants