X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectstackedit.h;h=10e456ee947a95ea387ec9d15a03fe504ca17aa6;hb=31e84d6bd7f7b1ac64d942a9171d98ad8d0f7d62;hp=6812d980dacb1dd7cbebcfbc3933700507164e76;hpb=9472299b931b35891fb78bc18ec06d921bf59a33;p=kdenlive diff --git a/src/effectstackedit.h b/src/effectstackedit.h index 6812d980..10e456ee 100644 --- a/src/effectstackedit.h +++ b/src/effectstackedit.h @@ -47,8 +47,10 @@ public: void updateProjectFormat(MltVideoProfile profile, Timecode t); static QMap 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);