mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
Fix build issue with overload?
This commit is contained in:
parent
3fc20e985e
commit
2cb4409a6c
2 changed files with 2 additions and 2 deletions
|
|
@ -864,7 +864,7 @@ void TabDeckEditor::updateBannerCardComboBox()
|
|||
bannerCardComboBox->blockSignals(wasBlocked);
|
||||
}
|
||||
|
||||
void TabDeckEditor::setBannerCard()
|
||||
void TabDeckEditor::setBannerCard(int /* changedIndex */)
|
||||
{
|
||||
qDebug() << "Banner card was set to: " << bannerCardComboBox->currentText();
|
||||
deckModel->getDeckList()->setBannerCard(bannerCardComboBox->currentText());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue