Hide unused parameters in oracle/ to avoid warnings
This commit is contained in:
parent
bd97d7b933
commit
b10331fe66
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ void SaveSetsPage::initializePage()
|
|||
QMessageBox::critical(this, tr("Error"), tr("No set has been imported."));
|
||||
}
|
||||
|
||||
void SaveSetsPage::updateTotalProgress(int cardsImported, int setIndex, const QString &setName)
|
||||
void SaveSetsPage::updateTotalProgress(int cardsImported, int /* setIndex */, const QString &setName)
|
||||
{
|
||||
if (setName.isEmpty()) {
|
||||
messageLog->append("<b>" + tr("Import finished: %1 cards.").arg(wizard()->importer->getCardList().size()) + "</b>");
|
||||
|
|
Loading…
Reference in a new issue