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

« back to all changes in this revision

Viewing changes to Accounts/service.cpp

  • 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:
87
87
 
88
88
Service::~Service()
89
89
{
90
 
    TRACE();
91
 
 
92
90
    if (m_service != 0) {
93
91
        ag_service_unref(m_service);
94
92
        m_service = 0;