Renamed SettingsManager header and source files
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "SettingsManager.h"
|
#include "settingsmanager.h"
|
||||||
#include <qassert.h>
|
#include <qassert.h>
|
||||||
#include <qcontainerfwd.h>
|
#include <qcontainerfwd.h>
|
||||||
#include <qjsondocument.h>
|
#include <qjsondocument.h>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#ifndef SETTINGSMANAGER_H
|
#ifndef SETTINGSMANAGER_H
|
||||||
#define SETTINGSMANAGER_H
|
#define SETTINGSMANAGER_H
|
||||||
#include "Komplex_global.h"
|
#include "common/komplex_global.h"
|
||||||
|
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
@@ -224,4 +224,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
Q_DECLARE_METATYPE(SettingsManager)
|
Q_DECLARE_METATYPE(SettingsManager)
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user