mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
LibGUI: Move common action definitions to CommonActions.cpp
This makes Action.cpp itself only talk about the Action object, and makes it easier to navigate.
This commit is contained in:
parent
092f924cfd
commit
d8fd4eee9b
Notes:
sideshowbarker
2024-07-18 05:30:02 +09:00
Author: https://github.com/sin-ack
Commit: d8fd4eee9b
Pull-request: https://github.com/SerenityOS/serenity/pull/9496
3 changed files with 177 additions and 163 deletions
|
@ -22,6 +22,7 @@ set(SOURCES
|
|||
ColorInput.cpp
|
||||
ColorPicker.cpp
|
||||
ColumnsView.cpp
|
||||
CommonActions.cpp
|
||||
CommonLocationsProvider.cpp
|
||||
ComboBox.cpp
|
||||
Command.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue