mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 01:23:57 -07:00
Move include out of namespace.
Took 6 minutes
This commit is contained in:
parent
a784ac41cd
commit
c3c072d6b2
1 changed files with 2 additions and 2 deletions
|
|
@ -22,6 +22,8 @@ inline color convertQColorToColor(const QColor &c)
|
|||
return result;
|
||||
}
|
||||
|
||||
#include <QSet>
|
||||
|
||||
namespace GameSpecificColors
|
||||
{
|
||||
namespace MTG
|
||||
|
|
@ -57,8 +59,6 @@ inline QColor colorHelper(const QString &name)
|
|||
return QColor(r, g, b);
|
||||
}
|
||||
|
||||
#include <QSet>
|
||||
|
||||
inline QList<QPair<QString, int>> sortManaMapWUBRGCFirst(const QMap<QString, int> &input)
|
||||
{
|
||||
static const QStringList priorityOrder = {"W", "U", "B", "R", "G", "C"};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue