NOISSUE move everything.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "logic/settings/INIFile.h"
|
||||
#include "settings/INIFile.h"
|
||||
|
||||
#include <QFile>
|
||||
#include <QTextStream>
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "logic/settings/INIFile.h"
|
||||
#include "settings/INIFile.h"
|
||||
|
||||
#include "logic/settings/SettingsObject.h"
|
||||
#include "settings/SettingsObject.h"
|
||||
|
||||
/*!
|
||||
* \brief A settings object that stores its settings in an INIFile.
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "Setting.h"
|
||||
#include "logic/settings/SettingsObject.h"
|
||||
#include "settings/SettingsObject.h"
|
||||
|
||||
Setting::Setting(QStringList synonyms, QVariant defVal)
|
||||
: QObject(), m_synonyms(synonyms), m_defVal(defVal)
|
||||
|
@ -13,9 +13,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "logic/settings/SettingsObject.h"
|
||||
#include "logic/settings/Setting.h"
|
||||
#include "logic/settings/OverrideSetting.h"
|
||||
#include "settings/SettingsObject.h"
|
||||
#include "settings/Setting.h"
|
||||
#include "settings/OverrideSetting.h"
|
||||
#include <QDebug>
|
||||
|
||||
#include <QVariant>
|
||||
|
Reference in New Issue
Block a user