]> git.sesse.net Git - kdenlive/blobdiff - src/addeffectcommand.h
Fix set thumbnail for clip:
[kdenlive] / src / addeffectcommand.h
index d44b08b1ba824f13e468dc05b766281ec971d545..f929dc57dc2160585428d5ab4da19223272549f3 100644 (file)
@@ -28,7 +28,8 @@
 
 class CustomTrackView;
 
-class AddEffectCommand : public QUndoCommand {
+class AddEffectCommand : public QUndoCommand
+{
 public:
     AddEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement effect, bool doIt, QUndoCommand * parent = 0);