From 23d0bd8edde6aadfaa282215b5f143ad16210438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 5 Sep 2015 18:46:57 +0200 Subject: NOISSUE make shared logic library ... shared --- logic/settings/Setting.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'logic/settings/Setting.h') 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 #include +#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. */ -- cgit v1.2.3