[Development] include/QtGui/QList header

Marc Mutz marc.mutz at kdab.com
Thu Feb 9 12:03:44 CET 2017


On Thursday 09 February 2017 11:57:56 Alexander Volkov wrote:
> Hi all,
> 
> The header include/QtGui/QList is created since Qt 5.8.
> It includes qevent.h and I guess this is because of
> https://codereview.qt-project.org/#/c/170513/
> Who knows how to fix it?

- template <> class QList...
+ #define QT_HIDE_CLASS_FROM_SYNCQT_PL class
+ template <> QT_HIDE_CLASS_FROM_SYNCQT_PL QList...
+ #undef QT_HIDE_CLASS_FROM_SYNCQT_PL

But I'd prefer if syncqt.pl was fixed instead.

-- 
Marc Mutz <marc.mutz at kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt, C++ and OpenGL Experts



More information about the Development mailing list