]> git.sesse.net Git - kdenlive/blobdiff - src/events.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / events.h
index 4609a2c27b67eb9ec69e24717764478915c158c9..db7d9eb4be022743c95327c038c7318d8b7bc4bd 100644 (file)
@@ -22,7 +22,8 @@
 
 #include "gentime.h"
 
-class ProgressEvent : public QEvent {
+class ProgressEvent : public QEvent
+{
 public:
     ProgressEvent(int value, QEvent::Type eventType)
             : QEvent(eventType), m_val(value) {};