1
0
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:
Jon Beniston
2022-02-04 22:26:40 +00:00
parent 09eff20a8e
commit bce51d09d7
6 changed files with 9 additions and 4 deletions
+2
View File
@@ -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)
{