forked from qt-creator/qt-creator
QmlDesigner: Bump up database version to 2
Change-Id: I4b4c4c46c3bd17d2b4f4f80b8fb97f5716261f77 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -46,7 +46,8 @@ static bool isMultilanguagePresent()
|
|||||||
static Utils::FilePath getMultilanguageDatabaseFilePath(ProjectExplorer::Target *target)
|
static Utils::FilePath getMultilanguageDatabaseFilePath(ProjectExplorer::Target *target)
|
||||||
{
|
{
|
||||||
if (target) {
|
if (target) {
|
||||||
auto filePath = target->project()->projectDirectory().pathAppended("/multilanguage-experimental-v1.db");
|
auto filePath = target->project()->projectDirectory().pathAppended(
|
||||||
|
"/multilanguage-experimental-v2.db");
|
||||||
if (filePath.exists())
|
if (filePath.exists())
|
||||||
return filePath;
|
return filePath;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user