]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.cpp
const'ify
[kdenlive] / src / stopmotion / stopmotion.cpp
index 866d6f273958b940588449d431a036c1adb617f2..83060e089fb9b8d39f2d56bc59d6d61145fd084b 100644 (file)
@@ -139,7 +139,7 @@ void StopmotionMonitor::slotMouseSeek(int /*eventDelta*/, bool /*fast*/)
 {
 }
 
-StopmotionWidget::StopmotionWidget(MonitorManager *manager, const KUrl &projectFolder, QList< QAction* > actions, QWidget* parent) :
+StopmotionWidget::StopmotionWidget(MonitorManager *manager, const KUrl &projectFolder, const QList<QAction *> &actions, QWidget* parent) :
     QDialog(parent)
     , Ui::Stopmotion_UI()
     , m_projectFolder(projectFolder)