woboq / verdigris

Qt without moc: set of macros to use Qt without needing moc
https://woboq.com/blog/verdigris-qt-without-moc.html
GNU Lesser General Public License v3.0
643 stars 60 forks source link

Some fixes for tests #62

Closed arBmind closed 5 years ago

arBmind commented 5 years ago

These are warnings when gcc uses -pedantic option.

ogoffart commented 5 years ago

Renamed offensive FooBar to descriptive ArgTypes and

offensive? In this case, FooBar was prefectly fine, it is an example. Anyway, ArgTypes is not worse.

Thanks for the patches.