#include <QtOpenGL/qgl.h>
#ifndef QGL_H
class QGLContext{
   /* Some contents are skipped to improve readability */
   public: GLuint bindTexture(class QImage const & image, GLenum target = 3553, GLint format = 6408);
   /* ... */
};
#endif // QGL_H