akonadi
20 #ifndef EMPTYTRASHCOMMAND_P_H 21 #define EMPTYTRASHCOMMAND_P_H 23 #include <commandbase_p.h> 25 #include "akonadi/agentinstance.h" 26 #include "akonadi/collection.h" 28 class QAbstractItemModel;
31 class EmptyTrashCommand :
public CommandBase
36 EmptyTrashCommand(
const QAbstractItemModel *model, QObject *parent);
41 void slotExpungeJob(KJob *job);
42 void slotDeleteJob(KJob *job);
45 void emitResult(Result result);
54 const QAbstractItemModel *mModel;
57 int mNumberOfTrashToEmpty;
60 #endif // EMPTYTRASHCOMMAND_P_H QList< AgentInstance > List
Describes a list of agent instances.
Represents a collection of PIM items.
qint64 Id
Describes the unique id type.
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 6 2016 14:28:54 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.