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
Indeed, QMetaType::typeName(metaTypeId) should be used instead of innerType->className().constData(), like in the methods above.
I guess this never was a problem because these methods really are only used with known classes.
pythonqt/src/PythonQtConversion.h
Lines 272 to 275 in 58ccd53
pythonqt/src/PythonQtConversion.h
Lines 292 to 295 in 58ccd53
This code checks the "innerType" pointer for null and then, if null, is dereferencing the pointer in the cerr prints.
The text was updated successfully, but these errors were encountered: