~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/trashjob.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    //called after parent of the trashed item was fetched (needed to see in which resource the item is in)
65
65
    void parentCollectionReceived( const Akonadi::Collection::List & );
66
66
 
67
 
 
68
67
//1.
69
68
    //called after initial fetch of trashed items
70
69
    void itemsReceived( const Akonadi::Item::List & );
71
70
    //called after initial fetch of trashed collection
72
71
    void collectionsReceived( const Akonadi::Collection::List & );
73
72
 
74
 
 
75
73
    Q_DECLARE_PUBLIC( TrashJob )
76
74
 
77
75
    Item::List mItems;
295
293
 
296
294
}
297
295
 
298
 
 
299
 
 
300
 
 
301
296
TrashJob::TrashJob( const Item & item, QObject * parent )
302
297
    : Job( new TrashJobPrivate( this ), parent )
303
298
{