mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -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);
|
bannerCardComboBox->blockSignals(wasBlocked);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabDeckEditor::setBannerCard()
|
void TabDeckEditor::setBannerCard(int /* changedIndex */)
|
||||||
{
|
{
|
||||||
qDebug() << "Banner card was set to: " << bannerCardComboBox->currentText();
|
qDebug() << "Banner card was set to: " << bannerCardComboBox->currentText();
|
||||||
deckModel->getDeckList()->setBannerCard(bannerCardComboBox->currentText());
|
deckModel->getDeckList()->setBannerCard(bannerCardComboBox->currentText());
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ private slots:
|
||||||
void updateName(const QString &name);
|
void updateName(const QString &name);
|
||||||
void updateComments();
|
void updateComments();
|
||||||
void updateBannerCardComboBox();
|
void updateBannerCardComboBox();
|
||||||
void setBannerCard();
|
void setBannerCard(int);
|
||||||
void updateHash();
|
void updateHash();
|
||||||
void updateCardInfoLeft(const QModelIndex ¤t, const QModelIndex &previous);
|
void updateCardInfoLeft(const QModelIndex ¤t, const QModelIndex &previous);
|
||||||
void updateCardInfoRight(const QModelIndex ¤t, const QModelIndex &previous);
|
void updateCardInfoRight(const QModelIndex ¤t, const QModelIndex &previous);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue