1240 has fixed nearly all of the colouring bugs i was having with 1239
so far i have only found one:
mtQtPatientPathology::status() is coloured as a class / struct / typedef
it should be the same colour as actionDoneNone() on the line above.
the .h entry is:
StatusType status() const;
where StatusType is a public enum defined in the same class as StatusType.
the .cpp entry is:
mtQtPatientPathology::StatusType mtQtPatientPathology::status() const { return m_Status; }
this is the only function returning an enum in the current class, so it is hard to tell if that is relevant or not.
/edit: fixed broken Image-Tags