| 102 | } |
| 103 | |
| 104 | void ViewerSettingsPanelCamera::on_cameraPathAdd_clicked(){ |
| 105 | emit addToCameraPath(); |
| 106 | } |
| 107 | |
| 108 | void ViewerSettingsPanelCamera::on_cameraPathRemove_clicked(){ |
| 109 | emit removeFromCameraPath(); |
nothing calls this directly
no outgoing calls
no test coverage detected