MCPcopy Create free account
hub / github.com/98teg/NativeDialogs / NativeNotification

Method NativeNotification

src/native_notification.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28NativeNotification::NativeNotification() {
29 title = "Alert!";
30 text = "";
31 icon = ICON_WARNING;
32}
33
34void NativeNotification::send() {
35 pfd::icon pfd_icon;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected