X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frecmonitor.h;h=62d9459424954faae2230466f861f3555c4b18d9;hb=50a62076c3e96ac7aa16410a609c0daefb1a3522;hp=72e3ce457f4ecb83503c7cdc2f5ec8fa2e8af80f;hpb=c24658bd34221d735f0641c924b890e1a6be7101;p=kdenlive diff --git a/src/recmonitor.h b/src/recmonitor.h index 72e3ce45..62d94594 100644 --- a/src/recmonitor.h +++ b/src/recmonitor.h @@ -26,7 +26,7 @@ #ifndef RECMONITOR_H #define RECMONITOR_H -#include "abstractmonitor.h" +#include "widgets/abstractmonitor.h" #include "definitions.h" #include "ui_recmonitor_ui.h" @@ -61,7 +61,12 @@ public: AbstractRender *abstractRender(); void analyseFrames(bool analyse); - enum CAPTUREDEVICE {FIREWIRE = 0, VIDEO4LINUX = 1, SCREENGRAB = 2, BLACKMAGIC = 3}; + enum CaptureDevice { + Firewire = 0, + Video4Linux = 1, + ScreenBag = 2, + BlackMagic = 3 + }; protected: void mousePressEvent(QMouseEvent * event);