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

Use int for QProgressBar.setValue() #598

Merged
merged 1 commit into from
May 4, 2022
Merged

Conversation

krichardsson
Copy link
Contributor

It seems as the setValue() method of QProgressBar only supports ints in the latest version of Qt(!).

This PR makes sure the values in calls to the method are ints.

Fixes #595

@knmcguire knmcguire marked this pull request as draft May 4, 2022 07:57
@krichardsson krichardsson marked this pull request as ready for review May 4, 2022 09:17
@knmcguire knmcguire merged commit ba2178e into master May 4, 2022
@krichardsson krichardsson deleted the krichardsson/issue-595 branch May 4, 2022 09:23
@knmcguire knmcguire added this to the next release milestone May 4, 2022
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.

cfclient fails to set value to GUI element, spams stderr
2 participants