diff options
author | Andrew <forkk@forkk.net> | 2013-02-26 16:47:39 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-02-26 16:47:39 -0600 |
commit | 36396f7c6aca9fcc61c8620e10c31ed2c8999ebd (patch) | |
tree | b5ef84aa020df1018821d66afe69ef6a53aadece /libsettings/include/settingsobject.h | |
parent | bd64cda6726e088ebc860c3fc3ee220ed00121bd (diff) | |
download | MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar.gz MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar.lz MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar.xz MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.zip |
Massive re-organization.
Diffstat (limited to 'libsettings/include/settingsobject.h')
-rw-r--r-- | libsettings/include/settingsobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsettings/include/settingsobject.h b/libsettings/include/settingsobject.h index f35d01b1..23f0d644 100644 --- a/libsettings/include/settingsobject.h +++ b/libsettings/include/settingsobject.h @@ -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 |