X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fstopmotion%2Fstopmotion.cpp;h=a018fe76b9451eb03052f6613baa87ac21474582;hb=4e2125a93b533b2d29232d9072a5a757ce2616e1;hp=1055d0c2d219815be59c517f1b905e9cb7f456e8;hpb=421ff21c695e4b423db3a24951eda9566fd4c116;p=kdenlive diff --git a/src/stopmotion/stopmotion.cpp b/src/stopmotion/stopmotion.cpp index 1055d0c2..a018fe76 100644 --- a/src/stopmotion/stopmotion.cpp +++ b/src/stopmotion/stopmotion.cpp @@ -885,6 +885,7 @@ void StopmotionWidget::slotSwitchMirror(bool isOn) const QString StopmotionWidget::createProducer(MltVideoProfile profile, const QString service, const QString resource) { + Q_UNUSED(profile) QString playlist = "producer100000pause" + resource + "" + service + "";