1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

Spreadsheet: Add Insert Emoji action

This adds the Insert Emoji action to Spreadsheet.
This commit is contained in:
electrikmilk 2022-09-08 18:06:43 -04:00 committed by Linus Groh
parent 44a5deff40
commit fff79379d4
2 changed files with 31 additions and 0 deletions

View file

@ -89,6 +89,7 @@ private:
RefPtr<GUI::Action> m_cut_action;
RefPtr<GUI::Action> m_copy_action;
RefPtr<GUI::Action> m_paste_action;
RefPtr<GUI::Action> m_insert_emoji_action;
RefPtr<GUI::Action> m_undo_action;
RefPtr<GUI::Action> m_redo_action;