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

« back to all changes in this revision

Viewing changes to Accounts/application.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:
55
55
private:
56
56
    // Don't include private data in docs: \cond
57
57
    friend class Manager;
58
 
    Application(AgApplication *authData);
 
58
    Application(AgApplication *application);
59
59
 
60
60
    AgApplication *m_application;
61
61
    // \endcond