#include <QtCore/qhash.h>
#ifndef QHASH_H
template < typename Key, typename T > class QHash{
   /* Some contents are skipped to improve readability */
   private: static inline class QHashNode < Key, T >* concrete(struct QHashData::Node* node);
   /* ... */
};
#endif // QHASH_H