| 29 | } |
| 30 | |
| 31 | void FileDialogMemory::restore(const Settings& s) |
| 32 | { |
| 33 | g_Cache = s.paths().recent(); |
| 34 | } |
| 35 | |
| 36 | QString FileDialogMemory::getOpenFileName(const QString& dirID, QWidget* parent, |
| 37 | const QString& caption, const QString& dir, |
no test coverage detected