From 7494590d9a45ab7e8804646936c40c16f27bec9a Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 26 May 2017 16:39:41 +0200 Subject: [PATCH] Activate migration of config and database files. --- linphone-desktop/src/components/core/CoreManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linphone-desktop/src/components/core/CoreManager.cpp b/linphone-desktop/src/components/core/CoreManager.cpp index ce90e9850..cc0e5cca4 100644 --- a/linphone-desktop/src/components/core/CoreManager.cpp +++ b/linphone-desktop/src/components/core/CoreManager.cpp @@ -120,8 +120,8 @@ void CoreManager::setResourcesPaths () { void CoreManager::createLinphoneCore (const QString &configPath) { qInfo() << QStringLiteral("Launch async linphone core creation."); - // TODO: activate migration when ready to switch to this new version - // Paths::migrate(); + // Migration of configuration and database files from GTK version of Linphone + Paths::migrate(); setResourcesPaths();