diff options
Diffstat (limited to 'src/gui/models/shopitems.h')
-rw-r--r-- | src/gui/models/shopitems.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/shopitems.h b/src/gui/models/shopitems.h index eee4ae588..42594a7c6 100644 --- a/src/gui/models/shopitems.h +++ b/src/gui/models/shopitems.h @@ -74,7 +74,7 @@ class ShopItems final : public ListModel * * @param inventoryIndex the inventory index of the item * @param id the id of the item - * @param quantity number of available copies of the item + * @param amount number of available copies of the item * @param price price of the item */ ShopItem *addItem2(const int inventoryIndex, |