#include <QtOpenGL/qglcolormap.h> #ifndef QGLCOLORMAP_H class QGLColormap{ /* Some contents are skipped to improve readability */ private: struct QGLColormapData{ /* ... */ public: struct QBasicAtomic ref; /* ... */ }; /* ... */ }; #endif // QGLCOLORMAP_H