mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibGUI: Add save action to CommonActions list
This commit is contained in:
parent
8e9776165f
commit
eead3878a1
Notes:
sideshowbarker
2024-07-19 05:52:17 +09:00
Author: https://github.com/asliturk
Commit: eead3878a1
Pull-request: https://github.com/SerenityOS/serenity/pull/2455
Reviewed-by: https://github.com/JonArcherII
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
2 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,7 @@ namespace GUI {
|
|||
|
||||
namespace CommonActions {
|
||||
NonnullRefPtr<Action> make_open_action(Function<void(Action&)>, Core::Object* parent = nullptr);
|
||||
NonnullRefPtr<Action> make_save_action(Function<void(Action&)>, Core::Object* parent = nullptr);
|
||||
NonnullRefPtr<Action> make_undo_action(Function<void(Action&)>, Core::Object* parent = nullptr);
|
||||
NonnullRefPtr<Action> make_redo_action(Function<void(Action&)>, Core::Object* parent = nullptr);
|
||||
NonnullRefPtr<Action> make_cut_action(Function<void(Action&)>, Core::Object* parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue