Docs: Clarify QOpenGLFunctions::functions()

Change-Id: Ifb6fdc3de7f93a1632b396eaaa14078546cac4dd
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Laszlo Agocs 2014-03-07 12:36:23 +01:00 committed by The Qt Project
parent 2bbdc6358f
commit 7fba691110

View File

@ -578,6 +578,9 @@ bool QOpenGLContext::isValid() const
without having to manage it manually.
The context or a sharing context must be current.
The returned QOpenGLFunctions instance is ready to be used and it
does not need initializeOpenGLFunctions() to be called.
*/
QOpenGLFunctions *QOpenGLContext::functions() const
{