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