akonadi
22 #ifndef ICALIMPORTER_P_H
23 #define ICALIMPORTER_P_H
25 #include "icalimporter.h"
26 #include "incidencechanger.h"
28 #include <akonadi/item.h>
29 #include <akonadi/collection.h>
44 class ICalImporter::Private :
public QObject {
47 Private(Akonadi::IncidenceChanger *changer, ICalImporter *qq);
49 void setErrorMessage(
const QString &);
51 ICalImporter *
const q;
52 Akonadi::IncidenceChanger *m_changer;
54 QList<int> m_pendingRequests;
56 QString m_lastErrorMessage;
58 KTemporaryFile *m_temporaryFile;
61 void resourceCreated(KJob *);
62 void remoteDownloadFinished(KIO::Job *,
const QByteArray &);
63 void onIncidenceCreated(
int changeId,
64 const Akonadi::Item &item,
65 Akonadi::IncidenceChanger::ResultCode resultCode,
66 const QString &errorString);
70 #endif // ICALIMPORTER_P_H
Represents a collection of PIM items.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.