mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
10 lines
82 B
C++
10 lines
82 B
C++
#include <LibGUI/GMenuBar.h>
|
|
|
|
GMenuBar::GMenuBar()
|
|
{
|
|
}
|
|
|
|
GMenuBar::~GMenuBar()
|
|
{
|
|
}
|