Example #1
0
void OpenGLWindowRenderer::paintGL()
{
    onPaintGL();
}
Example #2
0
void OpenGLWidgetRenderer::paintGL()
{
    onPaintGL();
}