#include <QtXml/qxml.h> #ifndef QXML_H class QXmlEntityResolver{ /* Some contents are skipped to improve readability */ public: virtual bool resolveEntity(class QString const & publicId, class QString const & systemId, class QXmlInputSource* & ret) = 0; /* ... */ }; #endif // QXML_H