diff options
Diffstat (limited to 'doc/html/qglwidget.html')
-rw-r--r-- | doc/html/qglwidget.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qglwidget.html b/doc/html/qglwidget.html index a9fa0e7e5..694f71820 100644 --- a/doc/html/qglwidget.html +++ b/doc/html/qglwidget.html @@ -356,7 +356,7 @@ function. This virtual function is called once before the first call to <a href="#paintGL">paintGL</a>() or <a href="#resizeGL">resizeGL</a>(), and then once whenever the widget has been assigned a new <a href="qglcontext.html">TQGLContext</a>. Reimplement it in a subclass. -<p> This function should set up any retquired OpenGL context rendering +<p> This function should set up any required OpenGL context rendering flags, defining display lists, etc. <p> There is no need to call <a href="#makeCurrent">makeCurrent</a>() because this has already been done when this function is called. @@ -368,7 +368,7 @@ except that it operates on the widget's overlay context instead of the widget's main context. This means that <a href="#initializeOverlayGL">initializeOverlayGL</a>() is called once before the first call to <a href="#paintOverlayGL">paintOverlayGL</a>() or <a href="#resizeOverlayGL">resizeOverlayGL</a>(). Reimplement it in a subclass. -<p> This function should set up any retquired OpenGL context rendering +<p> This function should set up any required OpenGL context rendering flags, defining display lists, etc. for the overlay context. <p> There is no need to call <a href="#makeOverlayCurrent">makeOverlayCurrent</a>() because this has already been done when this function is called. |