mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13: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 <QDebug>
|
||||
#include <QLibraryInfo>
|
||||
#include <QMap>
|
||||
#include <QMetaEnum>
|
||||
#include <QPalette>
|
||||
#include <QPixmapCache>
|
||||
#include <QStandardPaths>
|
||||
#include <QString>
|
||||
#include <QStyleFactory>
|
||||
#include <QStyleHints>
|
||||
#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 QStringList DEFAULT_RESOURCE_PATHS = {":/resources"};
|
||||
|
||||
#include <QMap>
|
||||
#include <QMetaEnum>
|
||||
#include <QString>
|
||||
|
||||
struct PaletteColorInfo
|
||||
{
|
||||
QPalette::ColorGroup group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue