| 3749 | } |
| 3750 | |
| 3751 | void |
| 3752 | ViewerGL::makeOpenGLcontextCurrent() |
| 3753 | { |
| 3754 | // always running in the main thread |
| 3755 | assert( qApp && qApp->thread() == QThread::currentThread() ); |
| 3756 | makeCurrent(); |
| 3757 | } |
| 3758 | |
| 3759 | void |
| 3760 | ViewerGL::removeGUI() |
no outgoing calls
no test coverage detected