Done ! Testing and not working :)
[photoenhancer] / src / filters / sepia / sepiafilter.h
1 #ifndef SEPIAFILTER_H
2 #define SEPIAFILTER_H
3
4 #include "filterinterface.h"
5 class SepiaFilter:public FilterInterface
6 {
7 public:
8     SepiaFilter();
9     void applyFilter(QImage &image);
10
11 };
12
13 #endif // SEPIAFILTER_H