]> git.sesse.net Git - kdenlive/blobdiff - src/kis_curve_widget.h
Fix crash when creating new project
[kdenlive] / src / kis_curve_widget.h
index da61a6b8336771cda670dbebb42cd678936be38b..421e5230d45f7ff5d9a606c43ba043e43b544636 100644 (file)
@@ -82,6 +82,8 @@ public:
      */
     void setPixmap(const QPixmap & pix);
 
+    virtual QSize sizeHint() const;
+
 signals:
 
     /**
@@ -131,7 +133,7 @@ public:
      * so the user can move this point anywhere in a moment
      */
     void addPointInTheMiddle();
-    
+
     void setMaxPoints(int max);
 
 private: