]> git.sesse.net Git - kdenlive/blobdiff - src/audioscopes/spectrogram.h
Fix a couple of compile warnings because of unused and uninitialized variables.
[kdenlive] / src / audioscopes / spectrogram.h
index 699d5b96e1147bb8b27a583b097561fee087359b..e95ba69941bdeea25313e9cbeb5339735e3a7430 100644 (file)
@@ -59,6 +59,9 @@ private:
     Ui::Spectrogram_UI *ui;
     FFTTools m_fftTools;
     QAction *m_aResetHz;
+    QAction *m_aGrid;
+    QAction *m_aTrackMouse;
+    QAction *m_aHighlightPeaks;
 
     QList<QVector<float> > m_fftHistory;
     QImage m_fftHistoryImg;
@@ -66,7 +69,7 @@ private:
     int m_dBmin;
     int m_dBmax;
 
-    uint m_freqMax;
+    int m_freqMax;
     bool m_customFreq;
 
     bool m_parameterChanged;