1
Fork 0
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:
Andreas Kling 2023-01-11 20:09:52 +01:00
parent b79bc25a1f
commit 9c7e26b8d4
4 changed files with 45 additions and 1 deletions

View file

@ -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 = "");