user-none / KDocker

Dock most applications to the system tray
GNU General Public License v2.0
316 stars 22 forks source link

Fix building with Qt 5.14 #60

Closed realnc closed 4 years ago

realnc commented 4 years ago

Qt 5.14 introduced QActionGroup::ExclusionPolicy::None, but <X.h> defines a 'None' macro. Work around the resulting mess by temporarily undefining the macro.