the top of my class reads:
class MTQTDATABASE_DLL mtQtPatientPathology {
public:
mtQtPatientPathology();
void clear();
public:
enum ResultType { BURNS, TEXT };
// more code
}
and in the matching .cpp file i am seeing:
if(sqlQuery.value(3).toString() == "TEXT")
aPatientPathology.setResultType(mtQtPatientPathology::TEXT);
else
aPatientPathology.setResultType(mtQtPatientPathology::BURNS);
"Stable symbols in Italic" got enabled when i installed 1221, so i am considering it. in this case VAX isnt recognising that TEXT is a local enum.