akonadi
20 #ifndef AKONADI_COLLECTION_P_H
21 #define AKONADI_COLLECTION_P_H
23 #include "collection.h"
24 #include "cachepolicy.h"
25 #include "collectionstatistics.h"
28 #include "qstringlist.h"
30 using namespace Akonadi;
40 contentTypesChanged(
false ),
41 cachePolicyChanged(
false ),
49 resource = other.resource;
50 statistics = other.statistics;
51 contentTypes = other.contentTypes;
52 cachePolicy = other.cachePolicy;
53 contentTypesChanged = other.contentTypesChanged;
54 cachePolicyChanged = other.cachePolicyChanged;
55 isVirtual = other.isVirtual;
69 contentTypesChanged =
false;
70 cachePolicyChanged =
false;
71 EntityPrivate::resetChangeLog();
80 return rootCollection;
86 QStringList contentTypes;
89 bool contentTypesChanged: 1;
90 bool cachePolicyChanged: 1;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:32 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.