mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +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
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