summaryrefslogtreecommitdiffstats
path: root/logic/settings/SettingsObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/settings/SettingsObject.h')
-rw-r--r--logic/settings/SettingsObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/settings/SettingsObject.h b/logic/settings/SettingsObject.h
index f0021cdb..ac8419e8 100644
--- a/logic/settings/SettingsObject.h
+++ b/logic/settings/SettingsObject.h
@@ -175,3 +175,5 @@ protected:
private:
QMap<QString, std::shared_ptr<Setting>> m_settings;
};
+
+typedef std::shared_ptr<SettingsObject> SettingsObjectPtr;