mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
Ladybird: Add "Copy" and "Select All" actions to the Edit menu
This commit is contained in:
parent
b79bc25a1f
commit
9c7e26b8d4
4 changed files with 45 additions and 1 deletions
|
@ -46,6 +46,8 @@ public slots:
|
|||
void zoom_in();
|
||||
void zoom_out();
|
||||
void reset_zoom();
|
||||
void select_all();
|
||||
void copy_selected_text();
|
||||
|
||||
private:
|
||||
void debug_request(DeprecatedString const& request, DeprecatedString const& argument = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue