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-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.