| 1118 | } |
| 1119 | |
| 1120 | void |
| 1121 | GuiApplicationManager::appendTaskToPreviewThread(const NodeGuiPtr& node, |
| 1122 | double time) |
| 1123 | { |
| 1124 | _imp->previewRenderThread.appendToQueue(node, time); |
| 1125 | } |
| 1126 | |
| 1127 | int |
| 1128 | GuiApplicationManager::getDocumentationServerPort() |
no test coverage detected