Commit 7494590d authored by Ghislain MARY's avatar Ghislain MARY

Activate migration of config and database files.

parent 6b17b767
...@@ -120,8 +120,8 @@ void CoreManager::setResourcesPaths () { ...@@ -120,8 +120,8 @@ void CoreManager::setResourcesPaths () {
void CoreManager::createLinphoneCore (const QString &configPath) { void CoreManager::createLinphoneCore (const QString &configPath) {
qInfo() << QStringLiteral("Launch async linphone core creation."); qInfo() << QStringLiteral("Launch async linphone core creation.");
// TODO: activate migration when ready to switch to this new version // Migration of configuration and database files from GTK version of Linphone
// Paths::migrate(); Paths::migrate();
setResourcesPaths(); setResourcesPaths();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment