mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
Massive re-organization.
This commit is contained in:
@@ -34,7 +34,7 @@ class Setting;
|
||||
*
|
||||
* \sa Setting
|
||||
*/
|
||||
class LIBMMCSETTINGS_EXPORT SettingsObject : public QObject
|
||||
class LIBSETTINGS_EXPORT SettingsObject : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@@ -165,6 +165,6 @@ private:
|
||||
/*!
|
||||
* \brief A global settings object.
|
||||
*/
|
||||
LIBMMCSETTINGS_EXPORT extern SettingsObject *globalSettings;
|
||||
LIBSETTINGS_EXPORT extern SettingsObject *globalSettings;
|
||||
|
||||
#endif // SETTINGSOBJECT_H
|
||||
|
||||
Reference in New Issue
Block a user