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

qt, refactor: fix deprecation warnings, remove debug info during build #72

Merged
merged 15 commits into from
Mar 12, 2024

Conversation

DeckerSU
Copy link
Owner

No description provided.

DeckerSU added 15 commits March 12, 2024 16:22
- https://doc.qt.io/qt-5/qflags-obsolete.html
- Qt::WindowFlags f = 0 in QWidget constructor signatures yields an invalid conversion from int to Qt::WindowType error. Replace with Qt::WindowFlags f = Qt::Widget. Qt::Widget value is 0.
In Qt 5.12 and before the QFontMetrics::width() is used and it is
deprecated since Qt 13.0.
In Qt 5.11 the QFontMetrics::horizontalAdvance() was introduced.

- bitcoin/bitcoin@1260ecd
+ move SplitSkipEmptyParts to GUIUtil namespace
The QModelIndex::child() member function is obsolete since Qt 5.12.
warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
AM_DEFAULT_VERBOSITY is set to 0 by default.
@DeckerSU DeckerSU merged commit f5d44f2 into static-experimental Mar 12, 2024
1 check 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.

1 participant