Home
last modified time | relevance | path

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

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/ewsclient/
H A Dewsattachment.cpp44 bool mIsContactPhoto = false; member in EwsAttachmentPrivate
146 … d->mIsContactPhoto = readXmlElementValue<bool>(reader, ok, QStringLiteral("Attachment")); in EwsAttachment()
252 ….writeTextElement(ewsTypeNsUri, QStringLiteral("IsContactPhoto"), d->mIsContactPhoto ? QStringLite… in write()
451 return d->mIsContactPhoto; in isContactPhoto()
456 d->mIsContactPhoto = isContactPhoto; in setIsContactPhoto()