~ps-jenkins/libaccounts-qt/trusty-proposed

« back to all changes in this revision

Viewing changes to Accounts/account-service.h

  • Committer: Tarmac
  • Author(s): Alberto Mardegan, Ken VanDine, Àlex Fiestas
  • Date: 2013-02-21 11:31:40 UTC
  • mfrom: (120.1.2 packaging)
  • Revision ID: tarmac-20130221113140-2mcjcmag2vbx4lw5
New upstream release.

    - Make libaccounts-qt compile with QT_NO_KEYWORDS
    - Tests: increase coverage (now 93%)
    - Make AccountService::account() always return a valid account
    - Remove excessive debug verbosity
    - Fixed pkg-config requires for accounts-qt5
    - Documentation fixes for out-of-tree builds
.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    AuthData authData() const;
83
83
 
84
 
signals:
 
84
Q_SIGNALS:
85
85
    void enabled(bool isEnabled);
86
86
    void changed();
87
87