| 986 | } |
| 987 | |
| 988 | CFrameClipData CFrameEditor::CopySelection(const CFrameSelection &Sel) const // // // |
| 989 | { |
| 990 | return model_->CopySelection(Sel); |
| 991 | } |
| 992 | |
| 993 | CFrameClipData CFrameEditor::CopyFrame(unsigned frame) const // // // |
| 994 | { |
no outgoing calls
no test coverage detected