]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.h
const'ify
[kdenlive] / src / stopmotion / stopmotion.h
index 7d89befd151a2ebc69741e2208f22fe1c6b0239a..bbda1a6f4d8fbfe7885897dc78a5709c9c25842b 100644 (file)
@@ -92,7 +92,7 @@ public:
      * @param projectFolder The current project folder, where captured files will be stored.
      * @param actions The actions for this widget that can have a keyboard shortcut.
      * @param parent (optional) parent widget */
-    StopmotionWidget(MonitorManager *manager, const KUrl &projectFolder, QList< QAction* > actions, QWidget* parent = 0);
+    StopmotionWidget(MonitorManager *manager, const KUrl &projectFolder, const QList< QAction* > &actions, QWidget* parent = 0);
     virtual ~StopmotionWidget();
 
 protected: