Re: [Interest] QtGui/QList include

2018-07-04 Thread Thiago Macieira
On Wednesday, 4 July 2018 00:23:32 PDT Manner Róbert wrote: > Does this file serve any purpose, is it worth a bug report? It's known, but you can report it. It's problem with the syncqt.pl script that generates the forwarding headers. -- Thiago Macieira - thiago.macieira (AT) intel.com Softwa

Re: [Interest] QtGui/QList include

2018-07-04 Thread Andy
Just to confirm what Róbert found - my install of Qt 5.11.0 on macOS (using the maintenance tool) includes this file in QtGui.framework as well. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney On Wed, Jul 4, 2018 at 3:23 AM Manner Róbert wrote:

[Interest] QtGui/QList include

2018-07-04 Thread Manner Róbert
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 includes QEvent, not QList. This is because of a bad include present under QtGui: $ cat /usr/include/qt/QtGui/QList #include