#include <QtCore/qhash.h>
#ifndef QHASH_H
template < typename Key, typename T > class QMutableHashIterator{
   /* Some contents are skipped to improve readability */
   public: inline class QMutableHashIterator& operator =(class QHash < Key, T >& container);
   /* ... */
};
#endif // QHASH_H