Exemplo n.º 1
0
void OpenGLWindowRenderer::paintGL()
{
    onPaintGL();
}
Exemplo n.º 2
0
void OpenGLWidgetRenderer::paintGL()
{
    onPaintGL();
}