mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
fix: Update src/misc/simulation/settings/simulatorsettings.h
Co-authored-by: Lars Toenning <dev@ltoenning.de>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user