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
commit d8fd4eee9b
Notes: sideshowbarker 2024-07-18 05:30:02 +09:00
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