mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
Cleanup
This commit is contained in:
parent
0f59156008
commit
b667f3c79d
3 changed files with 5 additions and 4 deletions
|
|
@ -890,7 +890,8 @@ void TabDeckEditor::updateBannerCardComboBox()
|
|||
void TabDeckEditor::setBannerCard(int /* changedIndex */)
|
||||
{
|
||||
QVariantMap itemData = bannerCardComboBox->itemData(bannerCardComboBox->currentIndex()).toMap();
|
||||
deckModel->getDeckList()->setBannerCard(QPair<QString, QString>(itemData["name"].toString(), itemData["uuid"].toString()));
|
||||
deckModel->getDeckList()->setBannerCard(
|
||||
QPair<QString, QString>(itemData["name"].toString(), itemData["uuid"].toString()));
|
||||
}
|
||||
|
||||
void TabDeckEditor::updateCardInfo(CardInfoPtr _card)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue