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 <[email protected]> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt, C++ and OpenGL Experts
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to