~ubuntu-branches/ubuntu/vivid/akonadi/vivid-proposed

« back to all changes in this revision

Viewing changes to server/src/storage/querybuilder.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-07-18 15:38:49 UTC
  • mfrom: (1.1.52)
  • Revision ID: package-import@ubuntu.com-20140718153849-mrt24e3jsxxikq7m
Tags: 1.12.91-0ubuntu1
* New upstream release needed for KDE 4.13.90 beta 2
* Remove patches applied upstream.
* Update symbols with batchpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
     */
245
245
    void sqliteAdaptUpdateJoin( Query::Condition &cond );
246
246
 
247
 
    bool retryLastTransaction();
 
247
    bool retryLastTransaction( bool rollback = false);
248
248
 
249
249
  private:
250
250
    QString mTable;