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

[GUI] Replace more deprecated Qt methods #1737

Merged

Conversation

Fuzzbawls
Copy link
Collaborator

Follow up to #1357, this eliminates compiler warnings for Qt versions up-to and including 5.14.

  • qSort
  • screenGeometry
  • ByteSize
  • QSignalMapper
  • qFlags improper enum

Also removes the unused old splashscreen files.

Note: new compiler warnings about deprecation appear in Qt 5.15, but will need to handle them later as their replacement functions/suggestions aren't supported by Qt 5.9, which is our minimum supported version.

- qSort
- screenGeometry
- QSignalMapper

Also removes the unused old splashscreen files
@Fuzzbawls Fuzzbawls added this to the 4.2.0 milestone Jul 8, 2020
Copy link

@furszy furszy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 8231881

Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 8231881 and merging...

@random-zebra random-zebra merged commit 78ed084 into PIVX-Project:master Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants