NOISSUE make shared logic library ... shared

This commit is contained in:
Petr Mrázek
2015-09-05 18:46:57 +02:00
parent cd108fd029
commit 23d0bd8edd
76 changed files with 259 additions and 116 deletions

View File

@ -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.
*/