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