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

Look at replacing some connect and singleshot timers with Qt::ConnectionType = QueuedConnection | UniqueConnection #338

Open
macumber opened this issue May 16, 2021 · 0 comments

Comments

@macumber
Copy link
Collaborator

Issue overview

Look at replacing some connect and singleshot timers with Qt::ConnectionType = QueuedConnection | UniqueConnection

Current Behavior

Some connections can result in mutliple executions per event loop, replace with other connection types to reduce number of times called

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant