mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-10 17:55:52 +00:00
LibGUI: Remove some header dependencies from Application.h
This commit is contained in:
@@ -189,4 +189,9 @@ void Application::set_palette(const Palette& palette)
|
||||
m_palette = palette.impl();
|
||||
}
|
||||
|
||||
Gfx::Palette Application::palette() const
|
||||
{
|
||||
return Palette(*m_palette);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user