mbasaglia / Qt-Color-Widgets

Color wheel widget and dialog for Qt
147 stars 54 forks source link

Stop using Qt keywords in libraries #20

Closed Elv13 closed 7 years ago

Elv13 commented 7 years ago

Libraries should not by compiled with Qt keywords as it conflicts with other libraries during the MOC generation.

This error can be detected during continuous integration by the Krazy2 tool.

Also fixes a bunch of -Werror related issues with GCC6 and a missing include causing a compilation error in Qt 5.7.

Also fix #19

mbasaglia commented 7 years ago

Looks good, merging. Thanks.

Elv13 commented 7 years ago

That was fast!

mbasaglia commented 7 years ago

It was easy to review and I had time.

Elv13 commented 7 years ago

I had time.

All 35 seconds of them ;), anyway, thanks for this library, it works great now.