akonadi
20 #ifndef ITEMFETCHSCOPE_P_H
21 #define ITEMFETCHSCOPE_P_H
23 #include <QtCore/QSet>
24 #include <QtCore/QString>
25 #include "itemfetchscope.h"
37 mFullPayload(
false ),
38 mAllAttributes(
false ),
41 mIgnoreRetrievalErrors(
false )
46 : QSharedData( other )
48 mPayloadParts = other.mPayloadParts;
49 mAttributes = other.mAttributes;
50 mAncestorDepth = other.mAncestorDepth;
51 mFullPayload = other.mFullPayload;
52 mAllAttributes = other.mAllAttributes;
53 mCacheOnly = other.mCacheOnly;
54 mFetchMtime = other.mFetchMtime;
55 mIgnoreRetrievalErrors = other.mIgnoreRetrievalErrors;
59 QSet<QByteArray> mPayloadParts;
60 QSet<QByteArray> mAttributes;
66 bool mIgnoreRetrievalErrors;
No ancestor retrieval at all (the default)
AncestorRetrieval
Describes the ancestor retrieval depth.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Sep 8 2021 11:22:52 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.