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

Avoid nested functions in QueuedConnections #1770

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

psavery
Copy link
Collaborator

@psavery psavery commented Jan 8, 2025

The one in the indexing runner in particular was freezing the application starting in Qt 6.8.1. I'm not entirely sure why, but making the function a method on the class rather than making it a nested function appears to fix the issue.

We'll just try to avoid using nested functions in Qt QueuedConnections.

The one in the indexing runner in particular was freezing the application
starting in Qt 6.8.1. I'm not entirely sure why, but making the function
a method on the class rather than making it a nested function appears to
fix the issue.

We'll just try to avoid using nested functions in Qt QueuedConnections.

Signed-off-by: Patrick Avery <[email protected]>
@psavery psavery requested a review from bnmajor January 8, 2025 17:19
@psavery psavery force-pushed the remove-lambda-queued-connections branch from e507cd4 to 9af9994 Compare January 8, 2025 17:36
@psavery psavery merged commit d21ff86 into master Jan 8, 2025
18 checks passed
@psavery psavery deleted the remove-lambda-queued-connections branch January 8, 2025 17:48
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