#include <QtCore/qhash.h>
#ifndef QHASH_H
struct QHashData{
   /* Some contents are skipped to improve readability */
   public: void freeNode(void* node);
   /* ... */
};
#endif // QHASH_H