mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 03:24:18 -04:00
Fix linux warnings
This commit is contained in:
@@ -100,6 +100,8 @@ void HttpDownloadManagerGUI::downloadCompleteGUI(const QString& filename, bool s
|
||||
|
||||
void HttpDownloadManagerGUI::retryDownload(const QString &filename, QNetworkReply *oldReply, QNetworkReply *newReply)
|
||||
{
|
||||
(void) oldReply;
|
||||
|
||||
int idx = m_filenames.indexOf(filename);
|
||||
if (idx >= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user