Doc: add missing semi-colon
Change-Id: I408dcb81ba654c929f25ffff14291c57198e7367 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>bb10
parent
b6c086ad6c
commit
d53f614740
|
|
@ -96,7 +96,7 @@ Q_LOGGING_CATEGORY(lcGLES3, "qt.opengl.es3")
|
|||
|
||||
// Setup scene and render it
|
||||
initializeGL();
|
||||
paintGL()
|
||||
paintGL();
|
||||
}
|
||||
|
||||
void MyGLWindow::initializeGL()
|
||||
|
|
|
|||
Loading…
Reference in New Issue