Remove deprecated method QOpenGLFunctions::initializeGLFunctions()
Change-Id: I0c02b22630f8c9d463f48f6402a1930b60d3f818 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>bb10
parent
e8b0b5c0ce
commit
fc3d10d37a
|
|
@ -562,13 +562,6 @@ bool QOpenGLExtensions::hasOpenGLExtension(QOpenGLExtensions::OpenGLExtension ex
|
|||
return (d->m_extensions & int(extension)) != 0;
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn void QOpenGLFunctions::initializeGLFunctions()
|
||||
\obsolete
|
||||
|
||||
Use initializeOpenGLFunctions() instead.
|
||||
*/
|
||||
|
||||
/*!
|
||||
Initializes OpenGL function resolution for the current context.
|
||||
|
||||
|
|
|
|||
|
|
@ -269,10 +269,6 @@ public:
|
|||
|
||||
void initializeOpenGLFunctions();
|
||||
|
||||
#if QT_DEPRECATED_SINCE(5, 0)
|
||||
QT_DEPRECATED void initializeGLFunctions() { initializeOpenGLFunctions(); }
|
||||
#endif
|
||||
|
||||
// GLES2 + OpenGL1 common subset
|
||||
void glBindTexture(GLenum target, GLuint texture);
|
||||
void glBlendFunc(GLenum sfactor, GLenum dfactor);
|
||||
|
|
|
|||
Loading…
Reference in New Issue