akonadi
20 #include "cachepolicy.h"
21 #include "collection.h"
23 using namespace Akonadi;
28 class CachePolicy::Private :
public QSharedData
39 Private(
const Private &other ) :
42 inherit = other.inherit;
44 timeout = other.timeout;
45 interval = other.interval;
79 if ( !d->inherit && !other.d->inherit ) {
81 && d->timeout == other.d->timeout
82 && d->interval == other.d->interval
85 return d->inherit == other.d->inherit;
100 return d->localParts;
105 d->localParts = parts;
115 d->timeout = timeout;
130 return d->syncOnDemand;
135 d->syncOnDemand = enable;
138 QDebug operator<<( QDebug d,
const CachePolicy& c )
140 return d <<
"CachePolicy: " << endl
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.