This commit is contained in:
2023-12-08 16:14:31 +03:00
parent dcbb01ae25
commit dd78bb09eb
5 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ enum ColumnThreads {
ThreadsModel::ThreadsModel() {
PICodeInfo::EnumInfo * ei = PICodeInfo::enumsInfo->value("PIIntrospectionThreads::ThreadState");
PICodeInfo::EnumInfo * ei = PICODEINFO->enums().value("PIIntrospectionThreads::ThreadState");
if (ei) {
piForeachC(PICodeInfo::EnumeratorInfo & e, ei->members) {
#if PIP_VERSION >= PIP_MAKE_VERSION(2, 39, 0)