| 39 | } |
| 40 | |
| 41 | void QTimeIterApp::setup() |
| 42 | { |
| 43 | fs::path moviePath = getOpenFilePath(); |
| 44 | if( ! moviePath.empty() ) |
| 45 | loadMovieFile( moviePath ); |
| 46 | } |
| 47 | |
| 48 | void QTimeIterApp::keyDown( KeyEvent event ) |
| 49 | { |
nothing calls this directly
no test coverage detected