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