~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to mailcommon/foldercollectionmonitor.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mto: This revision was merged to the branch mainline in revision 193.
  • Revision ID: package-import@ubuntu.com-20111215141751-bmhdpiwl23wd9w26
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  void expireAllFolders( bool immediate, QAbstractItemModel* collectionModel );
49
49
  void expunge( const Akonadi::Collection&, bool sync = false );
50
50
private slots:
51
 
  void slotExpungeJob( KJob *job );
52
51
  void slotDeleteJob( KJob *job );
53
 
  void slotExpungeJobSync( KJob *job );
54
52
 
55
53
protected:
56
54
  void expireAllCollection( const QAbstractItemModel *model, bool immediate, const QModelIndex& parentIndex = QModelIndex() );