]> git.sesse.net Git - kdenlive/blobdiff - src/transitionsettings.h
Show error when problem with DVD button
[kdenlive] / src / transitionsettings.h
index a78ed10584e7ce995a2708c8e422df3f0f2a8ff1..4d08933644f488f86b555c6a11b517daea07c60c 100644 (file)
@@ -27,17 +27,16 @@ class Transition;
 class EffectsList;
 class EffectStackEdit;
 
-class TransitionSettings : public QWidget
+class TransitionSettings : public QWidget, public Ui::TransitionSettings_UI
 {
     Q_OBJECT
 
 public:
     TransitionSettings(QWidget* parent = 0);
     void raiseWindow(QWidget*);
-    void updateProjectFormat(MltVideoProfile profile, Timecode t, const uint tracksCount);
+    void updateProjectFormat(MltVideoProfile profile, Timecode t, const QList <TrackInfo> info);
 
 private:
-    Ui::TransitionSettings_UI m_ui;
     EffectStackEdit *m_effectEdit;
     Transition* m_usedTransition;
     GenTime m_transitionDuration;