]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
Correctly focus clips / folders when they are created:
[kdenlive] / src / effectstackedit.h
index 6812d980dacb1dd7cbebcfbc3933700507164e76..10e456ee947a95ea387ec9d15a03fe504ca17aa6 100644 (file)
@@ -47,8 +47,10 @@ public:
     void updateProjectFormat(MltVideoProfile profile, Timecode t);
     static QMap<QString, QImage> iconCache;
     void updateParameter(const QString &name, const QString &value);
+    void setFrameSize(QPoint p);
 
-    class UiItem {
+    class UiItem
+    {
     public:
         UiItem() {};
         ~UiItem() {};
@@ -68,6 +70,7 @@ private:
     Timecode m_timecode;
     int m_in;
     int m_out;
+    QPoint m_frameSize;
 
 public slots:
     void transferParamDesc(const QDomElement&, int , int);