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;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:38 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.