mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 08:33:19 +00:00
10 lines
82 B
C++
10 lines
82 B
C++
![]() |
#include <LibGUI/GMenuBar.h>
|
||
|
|
||
|
GMenuBar::GMenuBar()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
GMenuBar::~GMenuBar()
|
||
|
{
|
||
|
}
|