mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:13:05 +00:00
fix(src/components/core/CoreManager): coding style
This commit is contained in:
parent
877949bb7f
commit
f7857edbe0
1 changed files with 1 additions and 2 deletions
|
|
@ -89,12 +89,11 @@ void CoreManager::setDatabasesPaths () {
|
|||
mCore->setFriendsDatabasePath(Paths::getFriendsListFilepath());
|
||||
mCore->setCallLogsDatabasePath(Paths::getCallHistoryFilepath());
|
||||
mCore->setChatDatabasePath(Paths::getMessageHistoryFilepath());
|
||||
mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath());
|
||||
}
|
||||
|
||||
void CoreManager::setOtherPaths () {
|
||||
mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath());
|
||||
mCore->setUserCertificatesPath(Paths::getUserCertificatesDirpath());
|
||||
|
||||
mCore->setRootCa(Paths::getRootCaFilepath());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue