Measure: Use QStringLiteral

This commit is contained in:
Benjamin Bræstrup Sayoc
2025-02-09 18:18:41 +01:00
parent e1b39ad1f6
commit 63c8e4b55c
3 changed files with 3 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ void ViewProviderMeasureBase::setLabelValue(const Base::Quantity& value)
void ViewProviderMeasureBase::setLabelValue(const QString& value)
{
auto lines = value.split(QString::fromLatin1("\n"));
auto lines = value.split(QStringLiteral("\n"));
int i = 0;
for (auto& it : lines) {