akonadi
22 #define WANT_DEPRECATED_KCAL_API
24 #include "incidencemimetypevisitor.h"
26 static QLatin1String sEventType(
"application/x-vnd.akonadi.calendar.event" );
27 static QLatin1String sTodoType(
"application/x-vnd.akonadi.calendar.todo" );
28 static QLatin1String sJournalType(
"application/x-vnd.akonadi.calendar.journal" );
29 static QLatin1String sFreeBusyType(
"application/x-vnd.akonadi.calendar.freebusy" );
31 using namespace Akonadi;
33 class IncidenceMimeTypeVisitor::Private
51 d->mType = sEventType;
65 d->mType = sJournalType;
72 d->mType = sFreeBusyType;
83 return QStringList() << sEventType << sTodoType << sJournalType << sFreeBusyType;
88 Q_ASSERT( incidence != 0 );
90 incidence->accept( *
this );
111 return sFreeBusyType;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:37 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.