]> git.sesse.net Git - kdenlive/blobdiff - src/commands/editclipcommand.h
Const'ref
[kdenlive] / src / commands / editclipcommand.h
index 423f629884062b054946d0bf8038d573c7ffd7f2..3f751a170a642262f793ee27db8e67ae09554070 100644 (file)
@@ -22,8 +22,7 @@
 #define EDITCLIPCOMMAND_H
 
 #include <QUndoCommand>
-#include <KDebug>
-#include <QDomElement>
+#include <QMap>
 
 class ProjectList;
 
@@ -32,8 +31,8 @@ class EditClipCommand : public QUndoCommand
 public:
     EditClipCommand(ProjectList *list, const QString &id, const QMap <QString, QString> &oldparams, const QMap <QString, QString> &newparams, bool doIt, QUndoCommand * parent = 0);
 
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     ProjectList *m_list;