X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=b7b53c7acc3a2532b25d8a2d6dd18caa41e87401;hb=12cf0917be2db25ef90b8e11d81b988f0fc29df6;hp=b2ca2676c4e6446a16be89802a6b8befd7382320;hpb=fb460899af4f72c9d4c328d9a6a2253e4a35b173;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index b2ca2676..b7b53c7a 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -48,6 +48,8 @@ class QTimer; class QPixmap; +class KComboBox; + namespace Mlt { class Consumer; @@ -297,6 +299,9 @@ Q_OBJECT public: /** @brief Unlock the MLT service */ void unlockService(Mlt::Tractor *tractor); const QString activeClipId(); + /** @brief Fill a combobox with the found blackmagic devices */ + static bool getBlackMagicDeviceList(KComboBox *devicelist); + static bool getBlackMagicOutputDeviceList(KComboBox *devicelist); private: