Home
last modified time | relevance | path

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

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/ewsclient/
H A Dewsattachment.cpp14 class EwsAttachmentPrivate : public QSharedData class
17 EwsAttachmentPrivate();
18 ~EwsAttachmentPrivate();
51 EwsAttachmentPrivate::EwsAttachmentPrivate() in EwsAttachmentPrivate() function in EwsAttachmentPrivate
57 EwsAttachmentPrivate::~EwsAttachmentPrivate() in ~EwsAttachmentPrivate()
62 : d(new EwsAttachmentPrivate()) in EwsAttachment()
71 : d(new EwsAttachmentPrivate()) in EwsAttachment()
224 if (d->mValidFields[EwsAttachmentPrivate::Id]) { in write()
229 if (d->mValidFields[EwsAttachmentPrivate::Name]) { in write()
289 d->mValidFields.setBit(EwsAttachmentPrivate::Id); in setId()
[all …]
H A Dewsattachment.h19 class EwsAttachmentPrivate; variable
104 QSharedDataPointer<EwsAttachmentPrivate> d;