code like this:
Code:
QXmlSimpleReader reader; Paser *handler; reader.setContentHandler(handler); reader.setErrorHandler(handler); bool xx; xx = reader.parse(inputSource);
I trace the steps when debugging, seems that the program never enter the "paser.cpp" file, what does that mean?