mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:37:34 +00:00
LibGUI: Add GUI::Menubar::try_add_menu()
This is a fallible variant of Menubar::add_menu() that returns ErrorOr.
This commit is contained in:
parent
b81ce827b6
commit
bc79be362d
3 changed files with 50 additions and 17 deletions
|
@ -62,6 +62,7 @@ set(SOURCES
|
|||
ListView.cpp
|
||||
Menu.cpp
|
||||
MenuItem.cpp
|
||||
Menubar.cpp
|
||||
MessageBox.cpp
|
||||
Model.cpp
|
||||
ModelIndex.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue