]> git.sesse.net Git - kdenlive/blobdiff - src/audioscopes/spectrogram.h
Merge branch 'buildsystem'
[kdenlive] / src / audioscopes / spectrogram.h
index 5e11d9a72aa284c74e994ea8a2466a57db8e5244..8d3f5f4e5511eec48fb7fa1b639ade27553ed6fc 100644 (file)
@@ -52,7 +52,7 @@ protected:
     bool isBackgroundDependingOnInput() const;
     virtual void readConfig();
     void writeConfig();
-    void handleMouseDrag(const QPoint movement, const RescaleDirection rescaleDirection, const Qt::KeyboardModifiers rescaleModifiers);
+    void handleMouseDrag(const QPoint &movement, const RescaleDirection rescaleDirection, const Qt::KeyboardModifiers rescaleModifiers);
     void resizeEvent(QResizeEvent *event);
 
 private:
@@ -61,6 +61,7 @@ private:
     QAction *m_aResetHz;
     QAction *m_aGrid;
     QAction *m_aTrackMouse;
+    QAction *m_aHighlightPeaks;
 
     QList<QVector<float> > m_fftHistory;
     QImage m_fftHistoryImg;
@@ -68,7 +69,7 @@ private:
     int m_dBmin;
     int m_dBmax;
 
-    uint m_freqMax;
+    int m_freqMax;
     bool m_customFreq;
 
     bool m_parameterChanged;