~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to indicator/voicemailindicator.cpp

  • Committer: Tiago Salem Herrmann
  • Date: 2015-08-07 16:38:59 UTC
  • mfrom: (1090.1.6 telepathyhelper-init)
  • mto: This revision was merged to the branch mainline in revision 1142.
  • Revision ID: tiago.herrmann@canonical.com-20150807163859-rc599s9j0xx9klmn
merge telepathyhelper-init

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
: QObject(parent),
32
32
  mConnection(QDBusConnection::sessionBus())
33
33
{
34
 
    connect(TelepathyHelper::instance(), SIGNAL(accountReady()), SLOT(onAccountReady()));
35
 
    connect(TelepathyHelper::instance(), SIGNAL(connectedChanged()), SLOT(onAccountReady()));
 
34
    connect(TelepathyHelper::instance(), SIGNAL(setupReady()), SLOT(onAccountReady()));
 
35
    connect(TelepathyHelper::instance(), SIGNAL(accountsChanged()), SLOT(onAccountReady()));
36
36
}
37
37
 
38
38
void VoiceMailIndicator::onAccountReady()