| 42 | } |
| 43 | |
| 44 | void QTimeAdvApp::setup() |
| 45 | { |
| 46 | srand( 133 ); |
| 47 | fs::path moviePath = getOpenFilePath(); |
| 48 | if( ! moviePath.empty() ) |
| 49 | loadMovieFile( moviePath ); |
| 50 | } |
| 51 | |
| 52 | void QTimeAdvApp::keyDown( KeyEvent event ) |
| 53 | { |
nothing calls this directly
no test coverage detected