]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
* Revert to an easier MLT playlist manipulation now that MLT allows easy transition...
[kdenlive] / src / monitor.cpp
index 3454e442fb7ccedf93f434541f35584d65d96c92..86c9cbaa92c68e96e2b3c7e57fe58cdfff2257c0 100644 (file)
@@ -294,9 +294,9 @@ void Monitor::resetProfile(QString prof) {
     render->resetProfile(prof);
 }
 
-void Monitor::saveSceneList(QString path, QDomElement e) {
+void Monitor::saveSceneList(QString path, QDomElement info) {
     if (render == NULL) return;
-    render->saveSceneList(path, e);
+    render->saveSceneList(path, info);
 }
 
 MonitorRefresh::MonitorRefresh(QWidget* parent): QWidget(parent), m_renderer(NULL) {