| 993 | NotificationIcon* notification; |
| 994 | |
| 995 | HelpButton() { |
| 996 | notification = new NotificationIcon; |
| 997 | addChild(notification); |
| 998 | } |
| 999 | |
| 1000 | void onAction(const ActionEvent& e) override { |
| 1001 | ui::Menu* menu = createMenu(); |
nothing calls this directly
no outgoing calls
no test coverage detected