mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 05:03:41 +02:00
one more
This commit is contained in:
parent
224aeea044
commit
5916875345
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ namespace controller {
|
|||
class InvertFilter : public ScaleFilter {
|
||||
REGISTER_FILTER_CLASS(InvertFilter);
|
||||
public:
|
||||
using ScaleFilter::parseParameters;
|
||||
InvertFilter() : ScaleFilter(-1.0f) {}
|
||||
|
||||
virtual bool parseParameters(const QJsonArray& parameters) { return true; }
|
||||
|
|
Loading…
Reference in a new issue