mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 22:25:07 +00:00
LibGUI: Remove some header dependencies from Application.h
This commit is contained in:
parent
93e9c2732b
commit
dcb0766d3f
4 changed files with 16 additions and 10 deletions
|
@ -189,4 +189,9 @@ void Application::set_palette(const Palette& palette)
|
|||
m_palette = palette.impl();
|
||||
}
|
||||
|
||||
Gfx::Palette Application::palette() const
|
||||
{
|
||||
return Palette(*m_palette);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue