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