#include <QtCore/qmap.h>
#ifndef QMAP_H
struct QMapData{
   /* Some contents are skipped to improve readability */
   public: struct QMapData::Node* node_create(struct QMapData::Node* * update, int offset);
   /* ... */
};
#endif // QMAP_H