mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 02:46:20 +00:00
fix(Assistant): fix indent
This commit is contained in:
parent
934359712e
commit
e6dfc17b11
1 changed files with 2 additions and 2 deletions
|
|
@ -148,8 +148,8 @@ AssistantModel::AssistantModel (QObject *parent) : QObject(parent) {
|
|||
|
||||
shared_ptr<linphone::Core> core = CoreManager::getInstance()->getCore();
|
||||
mAccountCreator = core->createAccountCreator(
|
||||
core->getConfig()->getString("assistant", "xmlrpc_url", DefaultXmlrpcUri)
|
||||
);
|
||||
core->getConfig()->getString("assistant", "xmlrpc_url", DefaultXmlrpcUri)
|
||||
);
|
||||
mAccountCreator->setListener(mHandlers);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue