#include <QtOpenGL/qglframebufferobject.h>
#ifndef QGLFRAMEBUFFEROBJECT_H
class QGLFramebufferObject: public QPaintDevice{
   /* Some contents are skipped to improve readability */
   friend struct QGLDrawable;
   /* ... */
};
#endif // QGLFRAMEBUFFEROBJECT_H