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

« back to all changes in this revision

Viewing changes to akonadi/monitor_p.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:
77
77
    QQueue<NotificationMessage> pipeline;
78
78
    bool fetchCollection;
79
79
    bool fetchCollectionStatistics;
 
80
    bool collectionMoveTranslationEnabled;
80
81
 
81
82
    // Virtual so it can be overridden in FakeMonitor.
82
83
    virtual bool connectToNotificationManager();