#include <QtCore/qmap.h> #ifndef QMAP_H template < typename Key, typename T > class QMutableMapIterator{ /* Some contents are skipped to improve readability */ public: inline T const & value() const /* ... */ }; #endif // QMAP_H