Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ abortBackup
Method
abortBackup
xml/exportdata.cpp:723–728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
722
723
void ExportData::abortBackup() {
724
quitNow = true;
725
this->errorMessage = tr(
"Backup Canceled"
);
726
this->lastError = 1;
727
progress->close();
728
}
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected