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