change: put settings initialization in a separate function
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
@ -25,6 +25,7 @@ class Setting;
|
||||
class SettingsObject;
|
||||
|
||||
typedef std::shared_ptr<SettingsObject> SettingsObjectPtr;
|
||||
typedef std::weak_ptr<SettingsObject> SettingsObjectWeakPtr;
|
||||
|
||||
/*!
|
||||
* \brief The SettingsObject handles communicating settings between the application and a
|
||||
|
Reference in New Issue
Block a user