| 98 | } |
| 99 | |
| 100 | void CameraFollowMode::clearCameraPath() { |
| 101 | emit deleteCameraPath(CAMERA_PATH_ID); |
| 102 | m_current_cam_frame = 1; |
| 103 | m_number_cam_frames = 0; |
| 104 | emit frameChanged(m_current_cam_frame); |
| 105 | emit changeNumberOfFrames(m_number_cam_frames); |
| 106 | } |
| 107 | |
| 108 | void CameraFollowMode::saveToCameraPath() { |
| 109 | emit updateCameraPath(CAMERA_PATH_ID, m_current_cam_frame-1); |
nothing calls this directly
no outgoing calls
no test coverage detected