#include <QtXml/qxml.h>
#ifndef QXML_H
class QXmlSimpleReader: public QXmlReader{
   /* Some contents are skipped to improve readability */
   public: virtual void setEntityResolver(class QXmlEntityResolver* handler);
   /* ... */
};
#endif // QXML_H