~ubuntu-branches/ubuntu/raring/kdepimlibs/raring

« back to all changes in this revision

Viewing changes to akonadi/monitor.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-26 17:13:11 UTC
  • mfrom: (1.1.81)
  • Revision ID: package-import@ubuntu.com-20120726171311-j2heoxylb6lbhg4w
Tags: 4:4.9.0-0ubuntu1
* New upstream release
* Use direct build-depends versions rather than kde-sc-dev-latest

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
     */
316
316
    Session* session() const;
317
317
 
 
318
    /**
 
319
     * Allows to enable/disable collection move translation. If enabled (the default), move
 
320
     * notifications are auotmatically translated into add/remove notifications if the source/destination
 
321
     * is outside of the monitored collection hierarchy.
 
322
     *
 
323
     * @since 4.9
 
324
     */
 
325
    void setCollectionMoveTranslationEnabled( bool enabled );
 
326
 
318
327
  Q_SIGNALS:
319
328
    /**
320
329
     * This signal is emitted if a monitored item has changed, e.g. item parts have been modified.