| 140 | } |
| 141 | |
| 142 | void |
| 143 | CustomParamInteract::initializeGL() |
| 144 | { |
| 145 | // always running in the main thread |
| 146 | assert( qApp && qApp->thread() == QThread::currentThread() ); |
| 147 | appPTR->initializeOpenGLFunctionsOnce(); |
| 148 | } |
| 149 | |
| 150 | void |
| 151 | CustomParamInteract::resizeGL(int w, |
nothing calls this directly
no test coverage detected