sboli / twmn

A notification system for tiling window managers
GNU Lesser General Public License v3.0
526 stars 47 forks source link

Fix deprecation warnings for Qt 5.15+ #92

Closed Arusekk closed 3 years ago

Arusekk commented 4 years ago

The only loss is that XFD fonts are no longer supported (setting a raw name was a no-op pretty much since Qt 5.3). Another feature change is that horizontal scrolling will also work for switching to next/previous.

Since there is -Werror in the build flags, the warnings were breaking the build.

Closes #85