fix: Update src/misc/simulation/settings/simulatorsettings.h

Co-authored-by: Lars Toenning <dev@ltoenning.de>
This commit is contained in:
Thomas Zobler
2025-12-01 07:41:39 +01:00
committed by GitHub
parent 80e8710ecc
commit 7745830dd2

View File

@@ -121,9 +121,9 @@ namespace swift::misc::simulation::settings
bool setRecordedGndRadius(const swift::misc::physical_quantities::CLength &radius);
//! Reads the settings for automatic loading when starting swiftgui
bool getPropertyWithDbEntry() { return m_withDbEntry; }
bool getPropertyModelSet() { return m_modelSet; }
bool getPropertyDistributorFiltered() { return m_distributorFiltered; }
bool getPropertyWithDbEntry() const { return m_withDbEntry; }
bool getPropertyModelSet() const { return m_modelSet; }
bool getPropertyDistributorFiltered() const { return m_distributorFiltered; }
//! Reset the paths
void resetPaths();