genbindings/exceptions: update research

This commit is contained in:
mappu 2024-09-16 19:04:20 +12:00
parent ac2ec49248
commit 8d9a7cfd2e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ func CheckComplexity(p CppParameter, isReturnType bool) error {
"QXmlStreamAttributes", // e.g. qxmlstream.h
"QVariantMap", // e.g. qcbormap.h
"QVariantHash", // e.g. qcbormap.h
"QtMsgType", // e.g. qdebug.h TODO Needs support for enums
"QtMsgType", // e.g. qdebug.h TODO Defined in qlogging.h, but omitted because it's predefined in qglobal.h, and our clangexec is too agressive
"QTextStreamFunction", // e.g. qdebug.h
"QFactoryInterface", // qfactoryinterface.h
"QItemSelection", // used by qabstractproxymodel.h, also blocked in AllowClass above, class extends a List<T>