#include <QtCore/qmap.h> #ifndef QMAP_H struct QMapData{ /* Some contents are skipped to improve readability */ public: struct Node{ /* ... */ public: struct QMapData::Node* forward[1]; /* ... */ }; /* ... */ }; #endif // QMAP_H