mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
LibGUI: Alphabetize the available entries in CommandPalette
This commit is contained in:
parent
30d4f4b010
commit
3c3c2334fa
2 changed files with 10 additions and 4 deletions
|
@ -26,7 +26,7 @@ private:
|
|||
void finish_with_index(GUI::ModelIndex const&);
|
||||
|
||||
RefPtr<GUI::Action> m_selected_action;
|
||||
NonnullRefPtrVector<GUI::Action> m_actions;
|
||||
Vector<NonnullRefPtr<GUI::Action>> m_actions;
|
||||
|
||||
RefPtr<GUI::TextBox> m_text_box;
|
||||
RefPtr<GUI::TableView> m_table_view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue