]> git.sesse.net Git - kdenlive/blobdiff - src/wizard.h
* Make sure user cannot create transition with in point bigger than out point
[kdenlive] / src / wizard.h
index c76b9b9a6fdfd768dcdd268ec1a635a8750cccea..3f742aa6f20905aae3d4d79a6e48083001e816b9 100644 (file)
@@ -31,7 +31,7 @@
 #include "ui_wizardstandard_ui.h"
 #include "ui_wizardextra_ui.h"
 #include "ui_wizardcheck_ui.h"
-
+#include "ui_wizardmltcheck_ui.h"
 
 class WizardDelegate: public QItemDelegate {
 public:
@@ -81,6 +81,7 @@ public:
 private:
     Ui::WizardStandard_UI m_standard;
     Ui::WizardExtra_UI m_extra;
+    Ui::WizardMltCheck_UI m_mltCheck;
     Ui::WizardCheck_UI m_check;
     QVBoxLayout *m_startLayout;
     bool m_systemCheckIsOk;
@@ -89,6 +90,7 @@ private:
     QStringList m_otherProfiles;
     QMap <QString, QString> m_profilesInfo;
     void slotCheckPrograms();
+    void checkMltComponents();
 
 private slots:
     void slotCheckThumbs();