akonadi
18 #ifndef RECENTCOLLECTIONACTION_P_H
19 #define RECENTCOLLECTIONACTION_P_H
21 #include <QStringList>
22 #include <QModelIndex>
23 #include <akonadi/collection.h>
24 #include <ksharedconfig.h>
27 class QAbstractItemModel;
37 class RecentCollectionAction :
public QObject
44 explicit RecentCollectionAction(
const QAbstractItemModel *model, QMenu *menu);
48 ~RecentCollectionAction();
55 void cleanRecentCollection();
59 void fillRecentCollection();
60 QString actionName(QModelIndex index);
63 QStringList mListRecentCollection;
65 const QAbstractItemModel *mModel;
66 QAction *mRecentAction;
67 KSharedConfig::Ptr mAkonadiConfig;
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.