mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:57:45 +00:00
PixelPaint: Create Filter base class
All the filters will need a wrapper around them, and this is going to be their base class
This commit is contained in:
parent
0334783cf0
commit
5cf0357be1
3 changed files with 62 additions and 0 deletions
|
@ -17,6 +17,7 @@ set(SOURCES
|
|||
FilterGallery.cpp
|
||||
FilterGalleryGML.h
|
||||
FilterModel.cpp
|
||||
Filters/Filter.cpp
|
||||
Image.cpp
|
||||
ImageEditor.cpp
|
||||
Layer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue