mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 12:23:58 -07:00
Lint.
This commit is contained in:
parent
d7c73f0e90
commit
54159bdf28
1 changed files with 3 additions and 5 deletions
|
|
@ -66,11 +66,9 @@ void CardInfoTextWidget::setCard(ExactCard exactCard)
|
||||||
QString setShort = exactCard.getPrinting().getSet()->getShortName().toHtmlEscaped();
|
QString setShort = exactCard.getPrinting().getSet()->getShortName().toHtmlEscaped();
|
||||||
QString cardNum = exactCard.getPrinting().getProperty("num").toHtmlEscaped();
|
QString cardNum = exactCard.getPrinting().getProperty("num").toHtmlEscaped();
|
||||||
|
|
||||||
text += QString("<tr><td>%1</td><td></td><td>%2</td></tr>")
|
text += QString("<tr><td>%1</td><td></td><td>%2</td></tr>").arg(tr("Set:"), setShort);
|
||||||
.arg(tr("Set:"), setShort);
|
|
||||||
|
|
||||||
text += QString("<tr><td>%1</td><td></td><td>%2</td></tr>")
|
text += QString("<tr><td>%1</td><td></td><td>%2</td></tr>").arg(tr("Collector Number:"), cardNum);
|
||||||
.arg(tr("Collector Number:"), cardNum);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QStringList cardProps = card->getProperties();
|
QStringList cardProps = card->getProperties();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue