mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
genbindings/exceptions: update research
This commit is contained in:
parent
ac2ec49248
commit
8d9a7cfd2e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user