1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:27:35 +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:
sin-ack 2021-08-18 18:11:32 +00:00 committed by Andreas Kling
parent 092f924cfd
commit d8fd4eee9b
3 changed files with 177 additions and 163 deletions

View file

@ -22,6 +22,7 @@ set(SOURCES
ColorInput.cpp
ColorPicker.cpp
ColumnsView.cpp
CommonActions.cpp
CommonLocationsProvider.cpp
ComboBox.cpp
Command.cpp