| 682 | } |
| 683 | |
| 684 | void Backend::openLogFile() |
| 685 | { |
| 686 | QString logPath = crConfigDir() + "/cloud_redirect.log"; |
| 687 | if (QFile::exists(logPath)) { |
| 688 | QDesktopServices::openUrl(QUrl::fromLocalFile(logPath)); |
| 689 | } |
| 690 | } |
| 691 | |
| 692 | void Backend::openConfigFolder() |
| 693 | { |
nothing calls this directly
no test coverage detected