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

Suppress `override` suggestions #102

Closed fiesh closed 7 months ago

fiesh commented 7 months ago

This is necessary since gcc's -Wsuggest-override will also warn at the function definition that an override would be possible.

This copies Q_OBJECT's behavior.

CLAassistant commented 7 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

jcelerier commented 7 months ago

LGTM :)

ogoffart commented 7 months ago

thanks.