X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Feditfoldercommand.h;h=3b62cb5d8bbdf994fc1f842f355f687b91df8ec0;hb=de93dc84bc5f050272e4e736c3afa6ad5f3c6654;hp=96e9a3f1f776d0dfe010d54f832cddc6bd0dda34;hpb=020035a721ab682e4171443afaf10b5efa189586;p=kdenlive diff --git a/src/commands/editfoldercommand.h b/src/commands/editfoldercommand.h index 96e9a3f1..3b62cb5d 100644 --- a/src/commands/editfoldercommand.h +++ b/src/commands/editfoldercommand.h @@ -28,10 +28,10 @@ class ProjectList; class EditFolderCommand : public QUndoCommand { public: - EditFolderCommand(ProjectList *view, const QString newfolderName, const QString oldfolderName, const QString &clipId, bool doIt, QUndoCommand *parent = 0); + EditFolderCommand(ProjectList *view, const QString &newfolderName, const QString &oldfolderName, const QString &clipId, bool doIt, QUndoCommand *parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: ProjectList *m_view;