#include <QtXml/qxml.h>
#ifndef QXML_H
class QXmlReader{
   /* Some contents are skipped to improve readability */
   public: virtual bool parse(QXmlInputSource* input) = 0;
   /* ... */
};
#endif // QXML_H