Skip to content

Commit

Permalink
Merge pull request #1279 from gqrx-sdr/init-fft-window
Browse files Browse the repository at this point in the history
Initialize d_fftWindowType to zero
  • Loading branch information
argilo authored Sep 18, 2023
2 parents d7219a6 + 39d1761 commit cc30d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ MainWindow::MainWindow(const QString& cfgfile, bool edit_conf, QWidget *parent)
d_lnb_lo(0),
d_hw_freq(0),
d_fftAvg(0.25),
d_fftWindowType(0),
d_fftNormalizeEnergy(false),
d_have_audio(true),
dec_afsk1200(nullptr)
Expand Down

0 comments on commit cc30d26

Please sign in to comment.