bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.63k stars 154 forks source link

QWidget::paintEngine: Should no longer be called #284

Closed internet-police closed 1 year ago

internet-police commented 1 year ago

when running for the terminal, i get a lot of these messages: QWidget::paintEngine: Should no longer be called also building with qt5 gave a lot of warnings about deprecated commands

Screwtapello commented 1 year ago

This is a symptom of issue #106. Unfortunately, the Qt5 backend for the hiro UI library has not been maintained as Qt5 has matured, and we don't know anybody who understands Qt5 and hiro well enough to update it.

If you know anyone willing and able to figure this out, we'd appreciate the help!