Home
last modified time | relevance | path

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

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DoperationClass.h257 void AddIncludeListItem (QString itemText) { itsIncludeList.append(itemText);} in AddIncludeListItem() function
H A Dglobal.cpp656 …if (ProfileLine.startsWith("IncludeListItem=")) tempOp -> AddIncludeListItem(ProfileLine.remove(… in loadProfile()
876 in >> v; tempOp -> AddIncludeListItem(v.toString()); in loadProfileQV()
H A DmodifyDialog.cpp1335 pTask -> AddIncludeListItem((uiM.listWidget_include -> currentItem()) -> text()); in fillOperationArray()