| 439 | #endif |
| 440 | } |
| 441 | FileDialog::~FileDialog() { |
| 442 | m_clearIconPreview(); |
| 443 | m_clearIcons(); |
| 444 | |
| 445 | for (auto fn : m_treeCache) |
| 446 | m_clearTree(fn); |
| 447 | m_treeCache.clear(); |
| 448 | } |
| 449 | bool FileDialog::Save(const std::string& key, const std::string& title, const std::string& filter, const std::string& startingDir) |
| 450 | { |
| 451 | if (!m_currentKey.empty()) |
nothing calls this directly
no outgoing calls
no test coverage detected