mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 02:28:33 -04:00
HTTP download manager: fixed warning
This commit is contained in:
parent
84c26e9678
commit
59d0ea671b
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user