| 200 | } |
| 201 | |
| 202 | void LogoBar::on_actionManual_triggered() |
| 203 | { |
| 204 | QDir dir(GetAppDataDir()); |
| 205 | QDesktopServices::openUrl( QUrl("file:///"+dir.absolutePath() + "/ug.pdf")); |
| 206 | } |
| 207 | |
| 208 | void LogoBar::on_actionIssue_triggered() |
| 209 | { |
nothing calls this directly
no test coverage detected