mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
LibGUI: Make Dialog::ScreenPosition an enum class
This commit is contained in:
parent
cdffe556c8
commit
cd5210a87a
3 changed files with 14 additions and 14 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
GUI::Action const* selected_action() const { return m_selected_action; }
|
||||
|
||||
private:
|
||||
explicit CommandPalette(GUI::Window& parent_window, ScreenPosition screen_position = CenterWithinParent);
|
||||
explicit CommandPalette(GUI::Window& parent_window, ScreenPosition = ScreenPosition::CenterWithinParent);
|
||||
virtual ~CommandPalette() override = default;
|
||||
|
||||
void collect_actions(GUI::Window& parent_window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue