| 26 | } |
| 27 | |
| 28 | NativeNotification::NativeNotification() { |
| 29 | title = "Alert!"; |
| 30 | text = ""; |
| 31 | icon = ICON_WARNING; |
| 32 | } |
| 33 | |
| 34 | void NativeNotification::send() { |
| 35 | pfd::icon pfd_icon; |
nothing calls this directly
no outgoing calls
no test coverage detected