-
Notifications
You must be signed in to change notification settings - Fork 2.2k
debugger/qt/debuggerview.cpp: fix deprecation warning on Qt6 #13207
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
base: master
Are you sure you want to change the base?
Conversation
Courtesy branch just to check it compiles everywhere:
|
Given the Qt5 EoL in May 2025 may as well bump to Qt6 anyway. Thoughts? |
I agree we should bump to Qt 6, but it needs to compile successfully first obviously. |
I’m not set up to deal with Qt6 for Windows test builds, and doing so would mean bumping the compiler version etc. for releases due to the mess of dependencies in MSYS2’s MinGW. I don’t really want to do that at the moment. |
I recognize the current error: somehow this section will go qt5 regardless of what's really installed (and locally I just populate the
mame/scripts/src/osd/modules.lua Lines 509 to 531 in cd2d3f4
It's not urgent sure, it also needs Mac OS equivalent for using Qt6 anyway (and I'm not setup for that atm either). |
A Qt6 fix for the MacOS build was committed in c709a0f. |
An Arch distro I have does something dull: maps |
2550f57 should fix the deprecation warning without breaking Qt5. |
Uh oh!
There was an error while loading. Please reload this page.