]> git.sesse.net Git - kdenlive/blobdiff - src/audiosignal.h
If fetched thumbnail for new clip is not interesting, try to fetch another one (seek...
[kdenlive] / src / audiosignal.h
index 9034773cf4036e0517d544d1077ac4be083eb719..2fbaaf1c994884184fb9efcad48097dd4f0fa291 100644 (file)
@@ -26,6 +26,9 @@
 class QLabel;
 
 #include  <QWidget>
+
+#include <stdint.h>
+
 class AudioSignal : public QWidget
 {
     Q_OBJECT
@@ -36,6 +39,7 @@ public:
     bool monitoringEnabled() const;
 
 private:
+    double valueToPixel(double in,bool db);
     QLabel* label;
     QByteArray channels,peeks,peekage;
     QList<QColor> col;