| 67 | } |
| 68 | |
| 69 | bool StatusNotifierItem::SendNotification(const std::string &) |
| 70 | { |
| 71 | return true; |
| 72 | } |
| 73 | |
| 74 | void StatusNotifierItem::AddMenuItem(const std::string &label, ClickCallbackType &&onClick) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected