#include <QtCore/qhash.h>
#ifndef QHASH_H
template < typename Key, typename T > class QHash{
public: class const_iterator{
#ifdef QT_STRICT_ITERATORS
#else
public: inline const_iterator(class QHash::iterator const & o);
#endif
};
};
#endif // QHASH_H