~ubuntu-branches/ubuntu/saucy/kdepimlibs/saucy-proposed

« back to all changes in this revision

Viewing changes to akonadi/itemmodifyjob_p.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Howard Chan, Jonathan Riddell
  • Date: 2013-08-13 23:49:48 UTC
  • mfrom: (1.1.99)
  • Revision ID: package-import@ubuntu.com-20130813234948-y37ze0f94nwr9o2n
Tags: 4:4.11.0-0ubuntu1~ubuntu13.10~ppa1
[ Howard Chan ]
* New upstream release

[ Jonathan Riddell ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
    void doUpdateItemRevision( Entity::Id, int oldRevision, int newRevision );
49
49
 
 
50
    QString jobDebuggingString() const /*Q_DECL_OVERRIDE*/;
 
51
    QByteArray fullCommand() const;
 
52
 
50
53
    Q_DECLARE_PUBLIC( ItemModifyJob )
51
54
 
52
55
    QSet<int> mOperations;