| 1101 | } |
| 1102 | |
| 1103 | void |
| 1104 | GuiAppInstance::clearOverlayRedrawRequests() |
| 1105 | { |
| 1106 | assert( QThread::currentThread() == qApp->thread() ); |
| 1107 | _imp->overlayRedrawRequests = 0; |
| 1108 | } |
| 1109 | |
| 1110 | void |
| 1111 | GuiAppInstance::onGroupCreationFinished(const NodePtr& node, |
no outgoing calls
no test coverage detected