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

« back to all changes in this revision

Viewing changes to akonadi/monitor.h

  • 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:
185
185
     */
186
186
    void setItemFetchScope( const ItemFetchScope &fetchScope );
187
187
 
188
 
 
189
188
    /**
190
189
     * Instructs the monitor to fetch only those parts that were changed and
191
190
     * were requested in the fetch scope.
268
267
     *
269
268
     * @deprecated Use itemsMonitoredEx() instead.
270
269
     */
271
 
    KDE_DEPRECATED QList<Item::Id> itemsMonitored() const;
 
270
    AKONADI_DEPRECATED QList<Item::Id> itemsMonitored() const;
272
271
 
273
272
    /**
274
273
     * Returns the set of items being monitored.