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:
parent
44a5deff40
commit
fff79379d4
2 changed files with 31 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue