mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 08:31:00 +00:00
9 lines
82 B
C++
9 lines
82 B
C++
#include <LibGUI/GMenuBar.h>
|
|
|
|
GMenuBar::GMenuBar()
|
|
{
|
|
}
|
|
|
|
GMenuBar::~GMenuBar()
|
|
{
|
|
}
|