Do not translate this warning message.

This commit is contained in:
Roman Telezhynskyi 2022-08-02 18:27:14 +03:00
parent 8462a7ec1d
commit 5a6e021cc9

View file

@ -70,7 +70,7 @@ void VSimpleCurve::RefreshGeometry(const QSharedPointer<VAbstractCurve> &curve)
}
else
{
qWarning() << tr("VSimpleCurve::RefreshGeometry: pointer to curve is null.");
qWarning() << "VSimpleCurve::RefreshGeometry: pointer to curve is null.";
}
}