diff --git a/sdrgui/gui/httpdownloadmanagergui.cpp b/sdrgui/gui/httpdownloadmanagergui.cpp index 436e301f6..0956d3404 100644 --- a/sdrgui/gui/httpdownloadmanagergui.cpp +++ b/sdrgui/gui/httpdownloadmanagergui.cpp @@ -68,7 +68,9 @@ bool HttpDownloadManagerGUI::confirmDownload(const QString& filename, QWidget *p void HttpDownloadManagerGUI::downloadCompleteGUI(const QString& filename, bool success) { + (void) success; int idx = m_filenames.indexOf(filename); + if (idx >= 0) { QProgressDialog *progressDialog = m_progressDialogs[idx];