]> git.sesse.net Git - kdenlive/blobdiff - src/addclipcommand.cpp
Update positions in keyframe widget immediately when frame timecode setting changes
[kdenlive] / src / addclipcommand.cpp
index ef516dde1e088611ca10a7aaa958d4be30da3991..44df4d5b11c9f57ef593ceb3bc7ba7a919f3773a 100644 (file)
 
 #include <KLocale>
 
-AddClipCommand::AddClipCommand(KdenliveDoc *doc, const QDomElement &xml, const QString &id, bool doIt, QUndoCommand * parent) : QUndoCommand(parent), m_doc(doc), m_xml(xml), m_id(id), m_doIt(doIt)
+AddClipCommand::AddClipCommand(KdenliveDoc *doc, const QDomElement &xml, const QString &id, bool doIt, QUndoCommand * parent) :
+        QUndoCommand(parent),
+        m_doc(doc),
+        m_xml(xml),
+        m_id(id),
+        m_doIt(doIt)
 {
     if (doIt) setText(i18n("Add clip"));
     else setText(i18n("Delete clip"));