From badfb31888a6bd62e0a019b3f3dec517df4121ec Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Sep 2010 22:11:27 +0000 Subject: trade updates --- src/client/inventorylistview.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/client/inventorylistview.h') diff --git a/src/client/inventorylistview.h b/src/client/inventorylistview.h index 82a9cc4..0d14072 100644 --- a/src/client/inventorylistview.h +++ b/src/client/inventorylistview.h @@ -19,7 +19,16 @@ public: InventoryListView(ui::Widget *parent = 0); ~InventoryListView(); - void set_inventory(core::Inventory *inventory, core::InfoType *info_type); + void set_inventory(core::Inventory *inventory, core::InfoType *infotype); + +protected: + + virtual void draw(); + +private: + unsigned long listview_timestamp; + core::Inventory *listview_inventory; + core::InfoType *listview_infotype; }; } // namespace client -- cgit v1.2.3