Home
last modified time | relevance | path

Searched refs:backupLocalFiles (Results 1 – 1 of 1) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.cpp2583 const bool backupLocalFiles = config()->backupOnSaveLocal(); in createBackupFile() local
2588 if (!backupLocalFiles && !backupRemoteFiles) { in createBackupFile()
2595 bool needBackup = backupLocalFiles && backupRemoteFiles; in createBackupFile()
2604 … needBackup = (!slowOrRemoteFile && backupLocalFiles) || (slowOrRemoteFile && backupRemoteFiles); in createBackupFile()