| 183 | } |
| 184 | |
| 185 | void |
| 186 | DopeSheetPrivate::pushUndoCommand(QUndoCommand *cmd) |
| 187 | { |
| 188 | if (editor) { |
| 189 | editor->pushUndoCommand(cmd); |
| 190 | } else { |
| 191 | delete cmd; |
| 192 | } |
| 193 | } |
| 194 | |
| 195 | Node* |
| 196 | DopeSheetPrivate::getNearestTimeFromOutputs_recursive(Node *node, |
no outgoing calls
no test coverage detected