| 3185 | } |
| 3186 | |
| 3187 | void |
| 3188 | ViewerInstance::disconnectViewer() |
| 3189 | { |
| 3190 | // always running in the render thread |
| 3191 | if (_imp->uiContext) { |
| 3192 | Q_EMIT viewerDisconnected(); |
| 3193 | } |
| 3194 | } |
| 3195 | |
| 3196 | void |
| 3197 | ViewerInstance::disconnectTexture(int index,bool clearRod) |
no outgoing calls
no test coverage detected