fix(Assistant): fix indent

This commit is contained in:
Ronan Abhamon 2018-07-19 11:00:22 +02:00
parent 934359712e
commit e6dfc17b11

View file

@ -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);
}