#include <QtXml/qxml.h> #ifndef QXML_H class QXmlInputSource{ /* Some contents are skipped to improve readability */ protected: virtual class QString fromRawData(class QByteArray const & data, bool beginning = 0); /* ... */ }; #endif // QXML_H