Add missing Q_OBJECT macro to CropDistortNode

This commit is contained in:
Simran
2021-04-08 11:08:19 +02:00
committed by GitHub
parent f03052ee74
commit 58c2092153
+1
View File
@@ -30,6 +30,7 @@ namespace olive {
class CropDistortNode : public Node
{
Q_OBJECT
public:
CropDistortNode();