summaryrefslogtreecommitdiff
path: root/src/gui/sell.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-03 21:31:39 +0200
committerAndrei Karas <akaras@inbox.ru>2011-03-03 21:31:39 +0200
commitbb73cadd0afdc9fa55ea66ecedd8be53a6f3198e (patch)
tree8e4da86724032979f76b13be685878d5c84a11ea /src/gui/sell.cpp
parentcb8ccdd838b0cc08a1620f1ed9c311d75f1aceba (diff)
downloadplus-bb73cadd0afdc9fa55ea66ecedd8be53a6f3198e.tar.gz
plus-bb73cadd0afdc9fa55ea66ecedd8be53a6f3198e.tar.bz2
plus-bb73cadd0afdc9fa55ea66ecedd8be53a6f3198e.tar.xz
plus-bb73cadd0afdc9fa55ea66ecedd8be53a6f3198e.zip
Chnage same methods with different parameters number to different names.
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r--src/gui/sell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp
index 3a5d8c29c..5b05c6865 100644
--- a/src/gui/sell.cpp
+++ b/src/gui/sell.cpp
@@ -151,7 +151,7 @@ void SellDialog::addItem(const Item *item, int price)
if (!item)
return;
- mShopItems->addItem(item->getInvIndex(), item->getId(),
+ mShopItems->addItem2(item->getInvIndex(), item->getId(),
item->getQuantity(), price);
mShopItemList->adjustSize();