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