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

« back to all changes in this revision

Viewing changes to akonadi/resourcebase.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-11-06 22:34:01 UTC
  • mfrom: (1.1.84)
  • Revision ID: package-import@ubuntu.com-20121106223401-p31t84xgazzfj3ln
Tags: 4:4.9.3-0ubuntu1
* New upstream release (LP: #1074747)
  - build-depend on libakonadi-dev (>= 1.8.1)
  - add new symbols to libakonadi-kde4.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
627
627
 
628
628
    bool requestItemDelivery( qint64 uid, const QString &remoteId, const QString &mimeType, const QStringList &parts );
629
629
 
 
630
    QString requestItemDeliveryV2( qint64 uid, const QString &remoteId, const QString &mimeType, const QStringList &parts );
 
631
 
630
632
  private:
631
633
    Q_DECLARE_PRIVATE( ResourceBase )
632
634