Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.6.0
-
None
-
Windows 7 64-bit
-
I8494b649be1d1a74e5b057391566503f3d6f1424
Description
In a Qt 5.6 set-up - mine is MinGW - open Qt5.6.0/Docs/Qt-5.6/qtcore/qtcore.index. At line 25351 you'll see the QMetaObject::invokeMethod overload which takes a Qt::ConnectionType param (https://doc.qt.io/qt-5/qmetaobject.html#invokeMethod) has "lineno" with value 382. Now open qobjectdefs.h - the overload at line 382 takes a QGenericReturnArgument as the third param (https://doc.qt.io/qt-5/qmetaobject.html#invokeMethod-1) instead.