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

Verdigris works amazingly well but did not replace moc in Qt6 #80

Closed fiesh closed 3 years ago

fiesh commented 3 years ago

Just joking, but only half... we've been using verdigris for a couple years now and entirely replaced moc. It works so well, with QML and everything, and allows templated QObjects which was key to having QFutures in a way they can be used without omfg-hacks.

So why did it not make it into Qt6? :-( Such a shame!

Such a great project.

ogoffart commented 3 years ago

The Qt community is happy with moc which serves its purpose. The few amount of people who wants to use templated QObject can either use verdigris, or not do it.

Now, the verdigris bug tracker is not really a good location to ask such a question :-) The Qt bug tracker would be a better place to do this kind of wishes.