~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to libtelephonyservice/multimediaaccountentry.cpp

merge telepathyhelper refactor branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    return mAccount->protocolInfo().addressableVCardFields();
52
52
}
53
53
 
54
 
void MultimediaAccountEntry::onConnectionChanged()
 
54
void MultimediaAccountEntry::onConnectionChanged(Tp::ConnectionPtr connection)
55
55
{
56
56
    // make sure the generic code is also run
57
 
    AccountEntry::onConnectionChanged();
 
57
    AccountEntry::onConnectionChanged(connection);
58
58
}