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
Thiago Macieira 2016-01-13 14:18:35 -08:00
parent b6c086ad6c
commit d53f614740
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Q_LOGGING_CATEGORY(lcGLES3, "qt.opengl.es3")
// Setup scene and render it
initializeGL();
paintGL()
paintGL();
}
void MyGLWindow::initializeGL()