Closed Elv13 closed 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
Looks good, merging. Thanks.
That was fast!
It was easy to review and I had time.
I had time.
All 35 seconds of them ;), anyway, thanks for this library, it works great now.
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