diff options
| author | Samuel Rødal <samuel.rodal@nokia.com> | 2012-01-16 10:01:01 +0100 |
|---|---|---|
| committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-16 11:47:32 +0100 |
| commit | 9702400e2d45c074922e488e01ab8ade82431b47 (patch) | |
| tree | 6224e50ced20792f7867dfafb0cae03b9c2eb018 /src/opengl/qgl.cpp | |
| parent | 5b1aa4c75de4301d1417fd98bb1abf0767779736 (diff) | |
Fixed QGLContext::getProcAddress() to return a function pointer.
Task-number: QTBUG-5729
Change-Id: I57e71f89a2c5ca7f74f73c66adcbf4a6cc073813
Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src/opengl/qgl.cpp')
| -rw-r--r-- | src/opengl/qgl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index 0ef2a0b0de1..7afbaa9343b 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -3582,7 +3582,7 @@ QGLWidget::~QGLWidget() */ /*! - \fn void *QGLContext::getProcAddress(const QString &proc) const + \fn QFunctionPointer QGLContext::getProcAddress() const Returns a function pointer to the GL extension function passed in \a proc. 0 is returned if a pointer to the function could not be |
