Details
Description
the new commit break code used in PySide6, which like this
// ======================================================================== // START of custom code block [file: ../glue/qtcore.cpp (qloggingcategory_to_cpp)] QLoggingCategory *category{nullptr}; Shiboken::Conversions::pythonToCppPointer(SbkPySide6_QtCoreTypes[SBK_QLOGGINGCATEGORY_IDX], pyArgs[0], &(category)); // END of custom code block [file: ../glue/qtcore.cpp (qloggingcategory_to_cpp)] // ======================================================================== qCWarning(*category, "%s", cppArg1);