Activate migration of config and database files.

This commit is contained in:
Ghislain MARY 2017-05-26 16:39:41 +02:00
parent 6b17b76714
commit 7494590d9a

View file

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