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

Fix more Qt deprecation warnings #6615

Merged
merged 6 commits into from
Jan 18, 2023

Conversation

PhysSong
Copy link
Member

@PhysSong PhysSong commented Jan 17, 2023

The first part of #6614. I fixed all build errors with Qt 5.15 + -DQT_DISABLE_DEPRECATED_BEFORE=0x060000, except the one in qt5-x11embed.
Note that this isn't sufficient to make LMMS build with Qt 6 yet.

@PhysSong PhysSong changed the title Fix more qt deprecation warnings Fix more Qt deprecation warnings Jan 17, 2023
@PhysSong PhysSong merged commit f89d52f into LMMS:master Jan 18, 2023
@PhysSong PhysSong deleted the fix-more-qt-deprecations branch January 18, 2023 01:16
@PhysSong PhysSong mentioned this pull request Jan 18, 2023
25 tasks
sakertooth pushed a commit to sakertooth/lmms that referenced this pull request May 30, 2023
* Add <QHash> to PluginFactory.h

* Handle one more deprecated QTextStream::endl

* Replace QLayout::setMargin with setContentsMargins

* Replace Qt::MidButton with Qt::MiddleButton

* Replace QPalette::Background with QPalette::Window

* Fix deprecation warnings in LcdFloatSpinBox
sakertooth pushed a commit to sakertooth/lmms that referenced this pull request May 30, 2023
* Add <QHash> to PluginFactory.h

* Handle one more deprecated QTextStream::endl

* Replace QLayout::setMargin with setContentsMargins

* Replace Qt::MidButton with Qt::MiddleButton

* Replace QPalette::Background with QPalette::Window

* Fix deprecation warnings in LcdFloatSpinBox
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.

2 participants