X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fstopmotion%2Fstopmotion.cpp;h=120e208f8c697c39a23ebaabdbba84681bb69eb0;hb=c24658bd34221d735f0641c924b890e1a6be7101;hp=ccf55383ccf6289f05e6b320e90fd04aa7d87594;hpb=5bcb9b7ead3d053cb2b0498d84a2622626bf7f14;p=kdenlive diff --git a/src/stopmotion/stopmotion.cpp b/src/stopmotion/stopmotion.cpp index ccf55383..120e208f 100644 --- a/src/stopmotion/stopmotion.cpp +++ b/src/stopmotion/stopmotion.cpp @@ -93,7 +93,7 @@ void MyLabel::paintEvent(QPaintEvent* event) StopmotionMonitor::StopmotionMonitor(MonitorManager *manager, QWidget *parent) : - AbstractMonitor(Kdenlive::stopmotionMonitor, manager, parent), + AbstractMonitor(Kdenlive::StopMotionMonitor, manager, parent), m_captureDevice(NULL) { createVideoSurface(); @@ -117,9 +117,9 @@ AbstractRender *StopmotionMonitor::abstractRender() return m_captureDevice; } -Kdenlive::MONITORID StopmotionMonitor::id() const +Kdenlive::MonitorId StopmotionMonitor::id() const { - return Kdenlive::stopmotionMonitor; + return Kdenlive::StopMotionMonitor; } @@ -491,7 +491,7 @@ void StopmotionWidget::slotLive(bool isOn) connect(m_captureDevice, SIGNAL(frameSaved(QString)), this, SLOT(slotNewThumb(QString))); } - m_manager->activateMonitor(Kdenlive::stopmotionMonitor); + m_manager->activateMonitor(Kdenlive::StopMotionMonitor); QString producer = createProducer(profile, service, resource); if (m_captureDevice->slotStartPreview(producer, true)) { if (m_showOverlay->isChecked()) {