mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
Apply suggestions from code review
Co-authored-by: Andrey Filipenkov <decapitator@ukr.net>
This commit is contained in:
@ -212,7 +212,7 @@ bool RewardsWidget::commitChanges()
|
||||
|
||||
void RewardsWidget::on_rewardList_activated(int index)
|
||||
{
|
||||
ui->rewardAmount->setText(QString::number(1));
|
||||
ui->rewardAmount->setText(QStringLiteral("1"));
|
||||
}
|
||||
|
||||
void RewardsWidget::addReward(int typeId, int listId, int amount)
|
||||
|
Reference in New Issue
Block a user