WIP: QtCore enabling

This commit is contained in:
Matthias Koefferlein
2021-11-28 16:31:37 +01:00
parent 88a4985d3d
commit 18fee75276
9 changed files with 164 additions and 52 deletions
@@ -128,7 +128,7 @@ module PEnumType
def cpp
name = id ? id.text_value : nil
specs = bodyspec.nonterminal? ? bodyspec.body.cpp : nil
CPPEnum::new(name, specs)
CPPEnum::new(name, specs, is_class.nonterminal?)
end
end