]> git.sesse.net Git - kdenlive/blobdiff - src/editfoldercommand.h
Fix crash on clip deletion, fix issues with placeholder clips
[kdenlive] / src / editfoldercommand.h
index 17889558f2437aebbf7cebf4e9637098f4eb7fbc..96e9a3f1f776d0dfe010d54f832cddc6bd0dda34 100644 (file)
@@ -25,7 +25,8 @@
 
 class ProjectList;
 
-class EditFolderCommand : public QUndoCommand {
+class EditFolderCommand : public QUndoCommand
+{
 public:
     EditFolderCommand(ProjectList *view, const QString newfolderName, const QString oldfolderName, const QString &clipId, bool doIt, QUndoCommand *parent = 0);