You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:
../../../../src/gsiqt/qt6/QtXml/gsiDeclQDomNodeList.cc:171:50: error: no member named 'operator!=' in 'QDomNodeList'
ret.write<bool > ((bool)((QDomNodeList *)cls)->operator!= (arg1));
~~~~~~~~~~~~~~~~~~~~~ ^
../../../../src/gsiqt/qt6/QtXml/gsiDeclQDomNodeList.cc:209:50: error: no member named 'operator==' in 'QDomNodeList'
ret.write<bool > ((bool)((QDomNodeList *)cls)->operator== (arg1));
~~~~~~~~~~~~~~~~~~~~~ ^
2 errors generated.
:
I had to build Qt 6.9 from sources first to reproduce the problem. It looks like it's a single place only in QDomNodeList. That's hopefully easy to fix.
This error may be related to #1987.
qt6Brew.build.macos-Sonoma-release-Rhb34Phb312.log.gz
Kazzz-S
The text was updated successfully, but these errors were encountered: