| 78 | } |
| 79 | |
| 80 | void ViewerSettingsPanelCamera::on_nextScanButton_clicked(){ |
| 81 | gotoFrame(m_currentFrame + 1); |
| 82 | } |
| 83 | |
| 84 | void ViewerSettingsPanelCamera::on_previousScanButton_clicked(){ |
| 85 | gotoFrame(m_currentFrame - 1); |
nothing calls this directly
no outgoing calls
no test coverage detected