| 166 | } |
| 167 | |
| 168 | void CTrayIconController::activated(QSystemTrayIcon::ActivationReason reason) |
| 169 | { |
| 170 | if (reason == QSystemTrayIcon::ActivationReason::DoubleClick) |
| 171 | show(); |
| 172 | } |
nothing calls this directly
no outgoing calls
no test coverage detected