#include <QtOpenGL/qglframebufferobject.h> #ifndef QGLFRAMEBUFFEROBJECT_H class QGLFramebufferObject: public QPaintDevice{ /* Some contents are skipped to improve readability */ private: inline struct QGLFramebufferObjectPrivate const * d_func() const /* ... */ }; #endif // QGLFRAMEBUFFEROBJECT_H