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 )
48 resource = other.resource;
49 statistics = other.statistics;
50 contentTypes = other.contentTypes;
51 cachePolicy = other.cachePolicy;
52 contentTypesChanged = other.contentTypesChanged;
53 cachePolicyChanged = other.cachePolicyChanged;
67 contentTypesChanged =
false;
68 cachePolicyChanged =
false;
69 EntityPrivate::resetChangeLog();
76 types << Collection::mimeType();
78 return rootCollection;
84 QStringList contentTypes;
87 bool contentTypesChanged;
88 bool cachePolicyChanged;
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:24 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.