Home
last modified time | relevance | path

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

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DoperationClass.h274 void SetOptionsUpdate (bool OptionsUpdate) { itsOptionsUpdate = OptionsUpdate;} in SetOptionsUpdate() function
H A Dluckybackupwindow.cpp743 Operation[currentOperation] -> SetOptionsUpdate(false); in AlsoCreateRestore()
H A Dglobal.cpp675 …if (ProfileLine.startsWith("OptionsUpdate=")) tempOp -> SetOptionsUpdate(ProfileLine.remove("Opt… in loadProfile()
898 if (vString == "OptionsUpdate") tempOp -> SetOptionsUpdate(v.toBool()); in loadProfileQV()
H A DmodifyDialog.cpp1355 pTask -> SetOptionsUpdate ( uiM.checkBox_update -> isChecked() ); in fillOperationArray()