Fix build.
This commit is contained in:
parent
dba7fa33df
commit
97fd973352
|
@ -878,7 +878,7 @@ auto VPLayoutFileReader::ReadLabelLines() -> VTextManager
|
||||||
QStringList svgFontData = ReadAttributeEmptyString(attribs, ML::AttrSVGFont).split(',');
|
QStringList svgFontData = ReadAttributeEmptyString(attribs, ML::AttrSVGFont).split(',');
|
||||||
if (!svgFontData.isEmpty())
|
if (!svgFontData.isEmpty())
|
||||||
{
|
{
|
||||||
text.SetSVGFontFamily(ConstFirst(svgFontData));
|
text.SetSVGFontFamily(ConstFirst<QString>(svgFontData));
|
||||||
|
|
||||||
if (svgFontData.size() > 1)
|
if (svgFontData.size() > 1)
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#include <QChar>
|
#include <QChar>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
#include <QStringView>
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
auto LatinWritingSystem(QChar c) -> bool
|
auto LatinWritingSystem(QChar c) -> bool
|
||||||
|
|
Loading…
Reference in New Issue
Block a user