Remove porting jargon and provenance notes from comments

This commit is contained in:
SoftFever
2026-07-18 01:46:23 +08:00
parent 4683c17f6f
commit 0b4cb89f7c
19 changed files with 97 additions and 116 deletions

View File

@@ -1896,7 +1896,7 @@ void SendToPrinterDialog::CreateMediaAbilityJob()
}
});
});
// Orca: guard against a null transfer tunnel before dereferencing (resync).
// Guard against a null transfer tunnel before dereferencing.
if (m_filetransfer_tunnel) {
m_filetransfer_mediability_job->start_on(*m_filetransfer_tunnel);
} else {
@@ -1941,7 +1941,7 @@ void SendToPrinterDialog::CreateUploadFileJob(const std::string &path, const std
}
});
});
// Orca: guard against a null transfer tunnel before dereferencing (resync).
// Guard against a null transfer tunnel before dereferencing.
if (m_filetransfer_tunnel) {
m_filetransfer_uploadfile_job->start_on(*m_filetransfer_tunnel);
} else {