NOISSUE make shared logic library ... shared
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
#include <QVariant>
|
||||
#include <memory>
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
class Setting;
|
||||
class SettingsObject;
|
||||
|
||||
@ -38,7 +40,7 @@ typedef std::shared_ptr<SettingsObject> SettingsObjectPtr;
|
||||
*
|
||||
* \sa Setting
|
||||
*/
|
||||
class SettingsObject : public QObject
|
||||
class MULTIMC_LOGIC_EXPORT SettingsObject : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Reference in New Issue
Block a user