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
638 stars 58 forks source link

wobjectimpl.h: update FunctorCall for Qt 6.8+ #103

Closed jcelerier closed 3 months ago

jcelerier commented 3 months ago

The "ApplyReturnValue" struct has been removed in https://github.com/qt/qtbase/commit/f894f04c9d03878116de61c11d4591da67c10378 ; this updates the code with the new pattern

ogoffart commented 3 months ago

Qt 6.8 is not on the CI, but that looks correct.