mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 11:51:00 +00:00
The API for adding a submenu to a menu is now:
auto& submenu = menu.add_submenu("Name");
submenu.add_action(my_action);
|
||
|---|---|---|
| .. | ||
| HexEditor.cpp | ||
| HexEditor.h | ||
| HexEditorWidget.cpp | ||
| HexEditorWidget.h | ||
| main.cpp | ||
| Makefile | ||