| 2829 | } |
| 2830 | |
| 2831 | void IGFD::FileDialogInternal::ResetForNewDialog() { |
| 2832 | } |
| 2833 | |
| 2834 | void IGFD::FileDialogInternal::configureDialog(const std::string& vKey, const std::string& vTitle, const char* vFilters, const FileDialogConfig& vConfig) { |
| 2835 | m_DialogConfig = vConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected