#include <QtXml/qxml.h> #ifndef QXML_H class QXmlDeclHandler{ /* Some contents are skipped to improve readability */ public: virtual bool internalEntityDecl(class QString const & name, class QString const & value) = 0; /* ... */ }; #endif // QXML_H