| 153 | } |
| 154 | |
| 155 | QString CTrayIconController::openDialog() |
| 156 | { |
| 157 | return QFileDialog::getOpenFileName( |
| 158 | nullptr, "Revive", |
| 159 | QStandardPaths::writableLocation(QStandardPaths::DesktopLocation), |
| 160 | "Application (*.exe)"); |
| 161 | } |
| 162 | |
| 163 | void CTrayIconController::show() |
| 164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected