| 2891 | IGFD::ThumbnailFeature::~ThumbnailFeature() = default; |
| 2892 | |
| 2893 | void IGFD::ThumbnailFeature::m_NewThumbnailFrame(FileDialogInternal& /*vFileDialogInternal*/) { |
| 2894 | #ifdef USE_THUMBNAILS |
| 2895 | m_StartThumbnailFileDatasExtraction(); |
| 2896 | #endif |
| 2897 | } |
| 2898 | |
| 2899 | void IGFD::ThumbnailFeature::m_EndThumbnailFrame(FileDialogInternal& vFileDialogInternal) { |
| 2900 | #ifdef USE_THUMBNAILS |
nothing calls this directly
no outgoing calls
no test coverage detected