mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Lint.
This commit is contained in:
parent
4f0b5dbc4a
commit
da780d1a53
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ ColorIdentityWidget::ColorIdentityWidget(QWidget *parent, CardInfoPtr _card) : Q
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
|
|
||||||
if (card) {
|
if (card) {
|
||||||
QString manaCost = card->getColors(); // Get mana cost string
|
QString manaCost = card->getColors(); // Get mana cost string
|
||||||
QStringList symbols = parseColorIdentity(manaCost); // Parse mana cost string
|
QStringList symbols = parseColorIdentity(manaCost); // Parse mana cost string
|
||||||
|
|
||||||
for (const QString &symbol : symbols) {
|
for (const QString &symbol : symbols) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue