mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
Move imports.
Took 4 minutes Took 7 seconds
This commit is contained in:
parent
be7874ace8
commit
f919fad8a2
1 changed files with 3 additions and 4 deletions
|
|
@ -6,9 +6,12 @@
|
||||||
#include <QColor>
|
#include <QColor>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QLibraryInfo>
|
#include <QLibraryInfo>
|
||||||
|
#include <QMap>
|
||||||
|
#include <QMetaEnum>
|
||||||
#include <QPalette>
|
#include <QPalette>
|
||||||
#include <QPixmapCache>
|
#include <QPixmapCache>
|
||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
|
#include <QString>
|
||||||
#include <QStyleFactory>
|
#include <QStyleFactory>
|
||||||
#include <QStyleHints>
|
#include <QStyleHints>
|
||||||
#include <Qt>
|
#include <Qt>
|
||||||
|
|
@ -28,10 +31,6 @@ static const QColor PLAYERZONE_BG_DEFAULT = QColor(200, 200, 200);
|
||||||
static const QColor STACKZONE_BG_DEFAULT = QColor(113, 43, 43);
|
static const QColor STACKZONE_BG_DEFAULT = QColor(113, 43, 43);
|
||||||
static const QStringList DEFAULT_RESOURCE_PATHS = {":/resources"};
|
static const QStringList DEFAULT_RESOURCE_PATHS = {":/resources"};
|
||||||
|
|
||||||
#include <QMap>
|
|
||||||
#include <QMetaEnum>
|
|
||||||
#include <QString>
|
|
||||||
|
|
||||||
struct PaletteColorInfo
|
struct PaletteColorInfo
|
||||||
{
|
{
|
||||||
QPalette::ColorGroup group;
|
QPalette::ColorGroup group;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue