#include <QtCore/qhash.h>
#ifndef QHASH_H
template < typename Key, typename T > struct QHashNode{
   /* Some contents are skipped to improve readability */
   public: inline bool same_key(uint h0, Key const & key0);
   /* ... */
};
#endif // QHASH_H