| 345 | } |
| 346 | |
| 347 | void SupportDialog::openLogFolder() |
| 348 | { |
| 349 | QFileInfo fi(LogManager::instance().logFilePath()); |
| 350 | QDesktopServices::openUrl(QUrl::fromLocalFile(fi.absolutePath())); |
| 351 | } |
| 352 | |
| 353 | void SupportDialog::resetSettings() |
| 354 | { |
nothing calls this directly
no test coverage detected