| 947 | NotificationIcon* notification; |
| 948 | |
| 949 | LibraryButton() { |
| 950 | notification = new NotificationIcon; |
| 951 | addChild(notification); |
| 952 | } |
| 953 | |
| 954 | void onAction(const ActionEvent& e) override { |
| 955 | ui::Menu* menu = createMenu<LibraryMenu>(); |
nothing calls this directly
no outgoing calls
no test coverage detected