Skip to content

plugins/qpa: Suppress warnings about raise()/lower() not being implemented

We write window code with an assumption that the compositor will do the right thing when a window is shown or hidden or activated, so our qpa can leave stub implementations for raise() and lower() to suppress the warnings produced by the stack manipulation functions in Qt.

Merge request reports

Loading