akonadi
20 #ifndef TODOPURGER_P_H 21 #define TODOPURGER_P_H 23 #include "todopurger.h" 24 #include "incidencechanger.h" 31 class IncidenceChanger;
33 class TodoPurger::Private :
public QObject {
36 Private(TodoPurger *q);
37 IncidenceChanger *m_changer;
39 CalendarBase::Ptr m_calendar;
40 int m_currentChangeId;
42 bool m_calendarOwnership;
45 bool treeIsDeletable(
const KCalCore::Todo::Ptr &todo);
48 void onCalendarLoaded(
bool success,
const QString &message);
49 void onItemsDeleted(
int changeId,
const QVector<Akonadi::Item::Id> &deletedItems, Akonadi::IncidenceChanger::ResultCode,
const QString &message);
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Apr 5 2019 15:20:42 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.