Fix build.
This commit is contained in:
parent
a744bc3efb
commit
914a2c9d09
|
@ -171,7 +171,7 @@ void VSingleLineOutlineChar::LoadCorrections(const QString &dirPath) const
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
QString filePath = directory.absoluteFilePath(ConstFirst(matchingFiles));
|
QString filePath = directory.absoluteFilePath(ConstFirst<QString>(matchingFiles));
|
||||||
|
|
||||||
QFile jsonFile(filePath);
|
QFile jsonFile(filePath);
|
||||||
if (!jsonFile.open(QIODevice::ReadOnly | QIODevice::Text))
|
if (!jsonFile.open(QIODevice::ReadOnly | QIODevice::Text))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user