#include <QtCore/qmap.h> #ifndef QMAP_H #if !defined(QT_NO_DATASTREAM) template < typename Key, typename T > class QMap{ /* Some contents are skipped to improve readability */ #endif public: class const_iterator{ /* ... */ public: inline const_iterator(struct QMapData::Node* node); /* ... */ }; /* ... */ }; #endif // QMAP_H