forked from qt-creator/qt-creator
QmlDesigner: Bump multi language database version
Change-Id: Icd9b379c4dfbc09a8f949c86e0354d28f6184bc7 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user