Home
last modified time | relevance | path

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

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DoperationClass.h262 … void SetRemoteDestination (bool RemoteDestination) { itsRemoteDestination = RemoteDestination;} in SetRemoteDestination() function
H A Dluckybackupwindow.cpp746 …Operation[currentOperation] -> SetRemoteDestination(Operation[oldCurrentOperation]-> GetRemoteSour… in AlsoCreateRestore()
H A Dglobal.cpp664 …if (ProfileLine.startsWith("RemoteDestination=")) tempOp -> SetRemoteDestination(ProfileLine.remo… in loadProfile()
887 if (vString == "RemoteDestination") tempOp -> SetRemoteDestination(v.toBool()); in loadProfileQV()
H A DmodifyDialog.cpp1343 pTask -> SetRemoteDestination ( uiM.radioButton_remoteDestination -> isChecked() ); in fillOperationArray()