Hi, I have found a strange issue also present in Qt 5.11 with including QList header. In such circumstance when QtGui include path is in priority of QtCore, the
#include <QList> includes QEvent, not QList. This is because of a bad include present under QtGui: $ cat /usr/include/qt/QtGui/QList #include "qevent.h" Does this file serve any purpose, is it worth a bug report? Robert
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest