-
Notifications
You must be signed in to change notification settings - Fork 64
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 Deprecation Warnings QTFlags Initialization #992
Comments
Found another... rdlibrary mainwindow.h
|
flipmcf
added a commit
to flipmcf/rivendell
that referenced
this issue
Nov 21, 2024
flipmcf
changed the title
QT Deprecation Warnings
QT Deprecation Warnings QTFlags Initialization
Nov 21, 2024
rdframe.cpp |
flipmcf
added a commit
to flipmcf/rivendell
that referenced
this issue
Nov 22, 2024
flipmcf
added a commit
to flipmcf/rivendell
that referenced
this issue
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting these during compilation:
warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
Fix it before the next QT library update so future builds don't break
The text was updated successfully, but these errors were encountered: