Skip to content

Commit

Permalink
gni
Browse files Browse the repository at this point in the history
Change-Id: I0e196a72035fb9da83125dc3d097d68a97986934
  • Loading branch information
christophe-lunarg committed Feb 18, 2025
1 parent 100a958 commit c241988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vkconfig_gui/file_downloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ void FileDownloader::on_download_progress(qint64 bytesReceived, qint64 bytesTota
this->progress_dialog->setValue(bytesReceived);
}

void FileDownloader::on_cancel() { pReply->deleteLater(); }
void FileDownloader::on_cancel() { // pReply->deleteLater();
}

QByteArray FileDownloader::downloadedData() const { return this->downloaded_data; }

0 comments on commit c241988

Please sign in to comment.