#include <QtXml/qxml.h>
#ifndef QXML_H
class QXmlEntityResolver{
   /* Some contents are skipped to improve readability */
   public: virtual class QString errorString() const = 0;
   /* ... */
};
#endif // QXML_H