]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.h
Use enum instead of string to identify monitors
[kdenlive] / src / stopmotion / stopmotion.h
index 3e115276c5d3102d80d2ca1b185f1fc518ce0a24..fb1dee8e212101e47b9d0f7b9e01f5d94ec48950 100644 (file)
@@ -19,6 +19,7 @@
 #define STOPMOTION_H
 
 #include "ui_stopmotion_ui.h"
+#include "definitions.h"
 
 #include <KUrl>
 #include <QLabel>
@@ -64,7 +65,7 @@ public:
     StopmotionMonitor(QWidget *parent);
     ~StopmotionMonitor();
     AbstractRender *abstractRender();
-    const QString name() const;
+    Kdenlive::MONITORID id() const;
     void setRender(MltDeviceCapture *render);
 
 private: