diff options
Diffstat (limited to 'logic/settings/Setting.h')
-rw-r--r-- | logic/settings/Setting.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/logic/settings/Setting.h b/logic/settings/Setting.h index fd814795..6d53ac6d 100644 --- a/logic/settings/Setting.h +++ b/logic/settings/Setting.h @@ -20,21 +20,23 @@ #include <QStringList> #include <memory> +#include "multimc_logic_export.h" + class SettingsObject; /*! * */ -class Setting : public QObject +class MULTIMC_LOGIC_EXPORT Setting : public QObject { Q_OBJECT public: /** * Construct a Setting - * + * * Synonyms are all the possible names used in the settings object, in order of preference. * First synonym is the ID, which identifies the setting in MultiMC. - * + * * defVal is the default value that will be returned when the settings object * doesn't have any value for this setting. */ |