]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
got first audio frames, but
[kdenlive] / src / docclipbase.h
index b39dc0040c1332f2d93af80522ba055e84571897..e1ec86501b1641bca4b4fe63867cbdb364360f29 100644 (file)
@@ -25,6 +25,7 @@
 #include <qdom.h>
 #include <QPixmap>
 #include <QObject>
+#include <QTimer>
 
 #include <KUrl>
 #include <klocale.h>
@@ -210,7 +211,7 @@ class DocClipBase:public QObject {
        /** A thumbnail for this clip */
     QPixmap m_thumbnail;
     GenTime m_duration;
-
+       QTimer *m_audioTimer;
     KThumb *m_thumbProd;
     
     /** a unique numeric id */