mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Lint AGAIN.
This commit is contained in:
parent
90a942d39d
commit
411cc05d77
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ void DeckLoader::saveToStream_DeckZoneCards(QTextStream &out,
|
||||||
}
|
}
|
||||||
if (!card->getCardSetShortName().isNull() && !card->getCardSetShortName().isEmpty()) {
|
if (!card->getCardSetShortName().isNull() && !card->getCardSetShortName().isEmpty()) {
|
||||||
out << " "
|
out << " "
|
||||||
<< "(" << card->getCardSetShortName() << ")";
|
<< "(" << card->getCardSetShortName() << ")";
|
||||||
}
|
}
|
||||||
if (!card->getCardCollectorNumber().isNull()) {
|
if (!card->getCardCollectorNumber().isNull()) {
|
||||||
out << " " << card->getCardCollectorNumber();
|
out << " " << card->getCardCollectorNumber();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue