Skip to content
Snippets Groups Projects
Commit 46c409be authored by Alexandre Lision's avatar Alexandre Lision
Browse files

signal: fix typo

Refs #68868
parent 89f54d53
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ void AccountModelPrivate::init() ...@@ -62,7 +62,7 @@ void AccountModelPrivate::init()
ConfigurationManagerInterface& configurationManager = DBus::ConfigurationManager::instance(); ConfigurationManagerInterface& configurationManager = DBus::ConfigurationManager::instance();
connect(&configurationManager, SIGNAL(registrationStateChanged(QString,QString, unsigned, QString)),this , connect(&configurationManager, SIGNAL(registrationStateChanged(QString,QString, unsigned, QString)),this ,
SLOT(slotAccountChanged(QString,Qstring, unsigned, QString))); SLOT(slotAccountChanged(QString,QString, unsigned, QString)));
connect(&configurationManager, SIGNAL(accountsChanged()) ,q_ptr, connect(&configurationManager, SIGNAL(accountsChanged()) ,q_ptr,
SLOT(updateAccounts()) ); SLOT(updateAccounts()) );
connect(&callManager , SIGNAL(voiceMailNotify(QString,int)) ,this , connect(&callManager , SIGNAL(voiceMailNotify(QString,int)) ,this ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment