cornelius / kode

XML meta programming
http://www.lst.de/~cs/kode
21 stars 10 forks source link

generate-qenums is broken after libkode uniformization #59

Open martonmiklos opened 4 years ago

martonmiklos commented 4 years ago

The Enum's constructor got changed accidentally after the libkode uniformization: the useQEnums option got dropped there. However it is not necessary to put the useQEnum to the enums itself, but the Printer class could be made aware to this option where the Q_ENUM declarations could be printed if necessary.