mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-24 12:50:24 +00:00
The API for adding a submenu to a menu is now:
auto& submenu = menu.add_submenu("Name");
submenu.add_action(my_action);
|
||
|---|---|---|
| .. | ||
| main.cpp | ||
| Makefile | ||
| PowerDialog.cpp | ||
| PowerDialog.h | ||