mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
cleanup: remove unnecessary includes
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
144e81e8f8
commit
510f623c77
2 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
#include "qmlmanager.h"
|
||||
#include "core/metrics.h"
|
||||
#include "core/settings/qPrefDisplay.h"
|
||||
#include <QFontInfo>
|
||||
|
||||
static const QColor BLUE_BACKGROUND_COLOR = "#eff0f1";
|
||||
static const QColor BLUE_CONTRAST_ACCENT_COLOR = "#FF5722";
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
#define THEMEINTERFACE_H
|
||||
#include <QObject>
|
||||
#include <QColor>
|
||||
#include <QSettings>
|
||||
#include <QQmlContext>
|
||||
|
||||
class ThemeInterface : public QObject {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue