| 3194 | } |
| 3195 | |
| 3196 | void |
| 3197 | ViewerInstance::disconnectTexture(int index,bool clearRod) |
| 3198 | { |
| 3199 | if (_imp->uiContext) { |
| 3200 | Q_EMIT disconnectTextureRequest(index, clearRod); |
| 3201 | } |
| 3202 | } |
| 3203 | |
| 3204 | void |
| 3205 | ViewerInstance::redrawViewer() |
no outgoing calls
no test coverage detected