]> git.sesse.net Git - kdenlive/blobdiff - src/mltdevicecapture.h
Use const'ref, change if(foo) delete foo => delete foo not necessary to check it...
[kdenlive] / src / mltdevicecapture.h
index b0004a31519c86c0b630394bd6779a39b207616b..f572636b91a2db4add72ee316f872a7a7d6ce3c6 100644 (file)
@@ -1,4 +1,4 @@
-/***************************************************************************
+ /***************************************************************************
                          mltdevicecapture.h  -  description
                             -------------------
    begin                : Sun May 21 2011
@@ -30,7 +30,8 @@
 #include <mlt/framework/mlt_types.h>
 
 #include <QtConcurrentRun>
-
+#include <QTimer>
 namespace Mlt
 {
 class Consumer;
@@ -61,7 +62,7 @@ Q_OBJECT public:
     bool sendFrameForAnalysis;
 
     /** @brief Someone needs us to send again a frame. */
-    void sendFrameUpdate() {};
+    void sendFrameUpdate() {}
     
     void emitFrameUpdated(Mlt::Frame&);
     void emitFrameNumber(double position);