rename variable

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 269938dfd8)
This commit is contained in:
Trial97 2025-03-23 08:52:08 +02:00 committed by github-actions[bot]
parent b49e9763bf
commit b348114dee
3 changed files with 6 additions and 6 deletions

View file

@ -78,7 +78,7 @@ Task::State MetaCacheSink::finalizeCache(QNetworkReply& reply)
{
QFileInfo output_file_info(m_filename);
if (wroteAnyData) {
if (m_wroteAnyData) {
m_entry->setMD5Sum(m_md5Node->hash().toHex().constData());
}