X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Feditfoldercommand.h;h=3b62cb5d8bbdf994fc1f842f355f687b91df8ec0;hb=5359c90f9c2046df5314442c9e7a34b3ae6f1855;hp=96e9a3f1f776d0dfe010d54f832cddc6bd0dda34;hpb=a9eee37bf60bfae1ce974d2bb3f4954c23e05664;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;