]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addfoldercommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / addfoldercommand.h
index 3028a18167624a3b9759c6d3afd11dea85c54ee9..c4e91525ac4e7a028d4fe762f0252d001a735fd7 100644 (file)
@@ -28,10 +28,10 @@ class ProjectList;
 class AddFolderCommand : public QUndoCommand
 {
 public:
-    AddFolderCommand(ProjectList *view, const QString folderName, const QString &clipId, bool doIt, QUndoCommand *parent = 0);
+    AddFolderCommand(ProjectList *view, const QString &folderName, const QString &clipId, bool doIt, QUndoCommand *parent = 0);
 
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     ProjectList *m_view;