Skip to content

Q_WS_ replacements and CPU usage optimizations

Replace Q_WS_WIN, Q_WS_MAC and Q_WS_X11, which don't do anything in Qt5, with possibly equivalent alternatives. Win and Mac not tested, but they probably wouldn't have compiled earlier, either.

Restore and expand the functionality to reduce UI CPU usage when Amarok main window is (definitely) not visible.

BUG: 390063

Merge request reports