Base: Quantity: return std::string

This commit is contained in:
Ladislav Michl
2024-07-13 13:07:27 +02:00
committed by Yorik van Havre
parent c11b37e312
commit 2ea8a633ac
58 changed files with 573 additions and 592 deletions

View File

@@ -306,12 +306,12 @@ const std::string TaskFemConstraintTemperature::getReferences() const
std::string TaskFemConstraintTemperature::get_temperature() const
{
return ui->qsb_temperature->value().getSafeUserString().toStdString();
return ui->qsb_temperature->value().getSafeUserString();
}
std::string TaskFemConstraintTemperature::get_cflux() const
{
return ui->qsb_cflux->value().getSafeUserString().toStdString();
return ui->qsb_cflux->value().getSafeUserString();
}
std::string TaskFemConstraintTemperature::get_constraint_type() const