Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/reputationwindow.h')
-rw-r--r--src/client/reputationwindow.h11
1 files changed, 10 insertions, 1 deletions
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