forked from qt-creator/qt-creator
qmlproject: remove unnecessary separator
results in two separators which looks wrong Change-Id: Ie715e1b504303a9ab819ede08b1e69095c5d870d 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-v2.db");
|
"multilanguage-experimental-v2.db");
|
||||||
if (filePath.exists())
|
if (filePath.exists())
|
||||||
return filePath;
|
return filePath;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user