| 52 | } |
| 53 | |
| 54 | void DefaultDirectoryManager::fileDialogAccepted(const QString &filePath) |
| 55 | { |
| 56 | if (settings->defaultDirectoryBehavior() == ApplicationSettings::RememberLastUsed && !filePath.isEmpty()) { |
| 57 | settings->setDefaultDirectory(QFileInfo(filePath).absolutePath()); |
| 58 | } |
| 59 | } |