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