| 443 | } |
| 444 | |
| 445 | void showBackups() |
| 446 | { |
| 447 | boost::filesystem::path pathBackups = GetDataDir() / "backups"; |
| 448 | |
| 449 | /* Open folder with default browser */ |
| 450 | if (boost::filesystem::exists(pathBackups)) |
| 451 | QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathBackups))); |
| 452 | } |
| 453 | |
| 454 | void SubstituteFonts(const QString& language) |
| 455 | { |
no test coverage detected