From d0b6e591fbaf3db5fc9898e75913e57a3c32169a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Nov 2013 13:31:30 +0000 Subject: Update player statistics while the reputation menu is open. --- src/client/reputationwindow.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/client/reputationwindow.h') diff --git a/src/client/reputationwindow.h b/src/client/reputationwindow.h index ca0c56b..b6c95c7 100644 --- a/src/client/reputationwindow.h +++ b/src/client/reputationwindow.h @@ -39,7 +39,12 @@ public: * */ virtual void show(); -protected: +protected: + /** + * @brief draw event handler + * */ + virtual void draw(); + /** * @brief resize event handler * */ @@ -73,6 +78,10 @@ private: ui::Widget *reputationwindow_pane_right; + const core::Info *reputationwindow_info; + + unsigned long reputationwindow_timestamp; + }; // class ReputationWindow } // namespace client -- cgit v1.2.3