Merge branch 'master' into issue/2645

# Conflicts:
#	src/documentation/documentationengine.cpp
#	src/properties/propertyowner.cpp
#	src/scripting/scriptengine.cpp
#	src/util/factorymanager.cpp
This commit is contained in:
Ylva Selling
2024-03-25 11:14:09 +01:00
626 changed files with 12773 additions and 9245 deletions

View File

@@ -110,7 +110,7 @@ void NumericalProperty<T>::setExponent(float exponent) {
if (!isValidRange(_minimumValue, _maximumValue)) {
LWARNINGC(
"NumericalProperty: setExponent",
fmt::format(
std::format(
"Setting exponent for properties with negative values in "
"[min, max] range is not yet supported. Property: {}",
this->fullyQualifiedIdentifier()

View File

@@ -122,7 +122,7 @@ protected:
private:
void sortOptions();
bool removeInvalidKeys(std::set<std::string>& keys);
bool removeInvalidKeys(std::set<std::string>& keys) const;
std::string generateAdditionalJsonDescription() const override;