]> git.sesse.net Git - kdenlive/blobdiff - src/editguidecommand.h
Cleanup physical clip deletion:
[kdenlive] / src / editguidecommand.h
index 327ffe28918e4488b7e6e8a6ff52173f6bf157ca..b271220c15e423d5f065b97a6bc403f6840bb344 100644 (file)
@@ -29,7 +29,8 @@
 class CustomTrackView;
 
 
-class EditGuideCommand : public QUndoCommand {
+class EditGuideCommand : public QUndoCommand
+{
 public:
     EditGuideCommand(CustomTrackView *view, const GenTime oldPos, const QString &oldcomment, const GenTime pos, const QString &comment, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();