QmlDesigner: Bump multi language database version

Change-Id: Icd9b379c4dfbc09a8f949c86e0354d28f6184bc7
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Marco Bubke
2021-03-09 15:08:45 +01:00
parent e2b0547519
commit da7b83b238

View File

@@ -47,7 +47,7 @@ static Utils::FilePath getMultilanguageDatabaseFilePath(ProjectExplorer::Target
{ {
if (target) { if (target) {
auto filePath = target->project()->projectDirectory().pathAppended( auto filePath = target->project()->projectDirectory().pathAppended(
"multilanguage-experimental-v4.db"); "multilanguage-experimental-v5.db");
if (filePath.exists()) if (filePath.exists())
return filePath; return filePath;
} }