mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 17:24:48 -05:00
26eeaef0a8
This allows us to construct menus in a more natural way: auto& file_menu = menubar->add_menu("File"); file_menu.add_action(...); Instead of the old way: auto file_menu = GUI::Menu::construct(); file_menu->add_action(...); menubar->add_menu(file_menu); |
||
---|---|---|
.. | ||
HexEditor.cpp | ||
HexEditor.h | ||
HexEditorWidget.cpp | ||
HexEditorWidget.h | ||
main.cpp | ||
Makefile |