]> git.sesse.net Git - kdenlive/blobdiff - src/editfoldercommand.cpp
Cleanup keyframe editor code
[kdenlive] / src / editfoldercommand.cpp
index 974c2514e1f7d6b58871602db8bbe8bc77933f19..6dbcd7fc95b343118c2a071d05f19dbaceee1ac4 100644 (file)
 
 #include <KLocale>
 
-EditFolderCommand::EditFolderCommand(ProjectList *view, const QString newfolderName, const QString oldfolderName, const QString &clipId, bool doIt, QUndoCommand *parent) : QUndoCommand(parent), m_view(view), m_name(newfolderName), m_oldname(oldfolderName), m_id(clipId), m_doIt(doIt)
+EditFolderCommand::EditFolderCommand(ProjectList *view, const QString newfolderName, const QString oldfolderName, const QString &clipId, bool doIt, QUndoCommand *parent) :
+        QUndoCommand(parent),
+        m_view(view),
+        m_name(newfolderName),
+        m_oldname(oldfolderName),
+        m_id(clipId),
+        m_doIt(doIt)
 {
     setText(i18n("Rename folder"));
 }