QmlProjectManager: Bump up version of the multilanguage database

Change-Id: I123171475f6d37241fdbe37c94725df718f5fe9f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2021-02-25 09:39:31 +01:00
parent 20690236d7
commit 00cec8a688

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-v3.db"); "multilanguage-experimental-v4.db");
if (filePath.exists()) if (filePath.exists())
return filePath; return filePath;
} }