| 57 | } |
| 58 | |
| 59 | void ImageFileBasicApp::openImageDialog() |
| 60 | { |
| 61 | fs::path path = getOpenFilePath( "", ImageIo::getLoadExtensions() ); |
| 62 | if( ! path.empty() ) |
| 63 | openImage( path ); |
| 64 | } |
| 65 | |
| 66 | void ImageFileBasicApp::saveImageDialog() |
| 67 | { |
nothing calls this directly
no test coverage detected