]> git.sesse.net Git - kdenlive/blobdiff - src/projecttree/meltjob.cpp
const'ify
[kdenlive] / src / projecttree / meltjob.cpp
index 5ef79396ece7a375e9dbd4ebd9de9fd8fec4c227..6ddaa28f0c0e70c457be80a5c156860178882267 100644 (file)
@@ -35,7 +35,7 @@ static void consumer_frame_render(mlt_consumer, MeltJob * self, mlt_frame frame_
     self->emitFrameNumber((int) frame.get_position());
 }
 
-MeltJob::MeltJob(CLIPTYPE cType, const QString &id, QStringList parameters,  QMap <QString, QString>extraParams) : AbstractClipJob(MLTJOB, cType, id, parameters),
+MeltJob::MeltJob(CLIPTYPE cType, const QString &id, const QStringList &parameters,  const QMap <QString, QString>&extraParams) : AbstractClipJob(MLTJOB, cType, id, parameters),
     addClipToProject(0),
     m_consumer(NULL),
     m_producer(NULL),