mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibGUI: Add GMenu* and GApplication classes.
This commit is contained in:
parent
8d0bfa62fd
commit
9483b39227
Notes:
sideshowbarker
2024-07-19 15:47:09 +09:00
Author: https://github.com/awesomekling
Commit: 9483b39227
9 changed files with 131 additions and 0 deletions
11
LibGUI/GMenu.cpp
Normal file
11
LibGUI/GMenu.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include <LibGUI/GMenu.h>
|
||||
|
||||
GMenu::GMenu()
|
||||
{
|
||||
}
|
||||
|
||||
GMenu::~GMenu()
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue