#include <QtCore/qhash.h> #ifndef QHASH_H struct QHashData{ /* Some contents are skipped to improve readability */ public: struct QHashData* detach_helper(void (* node_duplicate)(struct QHashData::Node*, void*), int nodeSize); /* ... */ }; #endif // QHASH_H