]> git.sesse.net Git - kdenlive/blobdiff - src/clipproperties.h
Add messaging system to display MLT errors to the user
[kdenlive] / src / clipproperties.h
index 929cc75bcc6d1c4f6c40e4e48d8ffbe4c50d91d5..bcf971420d5f3fbc3a414926c6e73cef02781405 100644 (file)
  ***************************************************************************/
 
 
-#ifndef CLIPPROPSDIALOG_H
-#define CLIPPROPSDIALOG_H
+#ifndef CLIPPROPERTIES_H
+#define CLIPPROPERTIES_H
 
-#include <QDialog>
 
 #include "definitions.h"
 #include "timecode.h"
 #include "docclipbase.h"
 #include "ui_clipproperties_ui.h"
 
-class ClipProperties : public QDialog {
+class ClipProperties : public QDialog
+{
     Q_OBJECT
 
 public:
@@ -44,6 +44,9 @@ private slots:
     void slotDeleteMarker();
     void slotFillMarkersList();
     void slotCheckMaxLength();
+    void slotEnableLuma(int state);
+    void slotEnableLumaFile(int state);
+    void slotUpdateDurationFormat(int ix);
 
 private:
     Ui::ClipProperties_UI m_view;