#include <QtXml/qxml.h> #ifndef QXML_H class QXmlErrorHandler{ /* Some contents are skipped to improve readability */ public: virtual inline ~QXmlErrorHandler(); /* ... */ }; #endif // QXML_H