forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.15'
Change-Id: I057a04e81301f6f2ae43dbd81734d3989fca7132
This commit is contained in:
@@ -47,7 +47,7 @@ static Utils::FilePath getMultilanguageDatabaseFilePath(ProjectExplorer::Target
|
||||
{
|
||||
if (target) {
|
||||
auto filePath = target->project()->projectDirectory().pathAppended(
|
||||
"multilanguage-experimental-v4.db");
|
||||
"multilanguage-experimental-v5.db");
|
||||
if (filePath.exists())
|
||||
return filePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user