#include <QtXml/qdom.h> #ifndef QDOM_H #ifndef QT_NO_DOM class QDomNodeList{ /* Some contents are skipped to improve readability */ public: inline class QDomNode at(int index) const /* ... */ }; #endif // QT_NO_DOM #endif // QDOM_H