mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-08 10:37:40 +00:00
Remove porting jargon and provenance notes from comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user