#include <QtCore/qmap.h> #ifndef QMAP_H struct QMapData{ /* Some contents are skipped to improve readability */ public: enum /*anonymous*/{ LastLevel = 11, Sparseness = 3, }; /* ... */ }; #endif // QMAP_H