예제 #1
0
bool sipQGLContext::sipProtectVirt_chooseContext(bool sipSelfWasArg,const QGLContext*a0)
{
    return (sipSelfWasArg ? QGLContext::chooseContext(a0) : chooseContext(a0));
}
예제 #2
0
bool QGLContext::create( const QGLContext* shareContext )
{
    reset();
    valid = chooseContext( shareContext );
    return valid;
}