summaryrefslogtreecommitdiff
path: root/user_select_dialog.h
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2016-08-01 21:57:47 +0930
committerdaniel-Jones <daniel@danieljon.es>2016-08-01 21:59:15 +0930
commitca548026050c9643c82640cb46926545c2114949 (patch)
treee967b23dd94cff4914a71459c7877687bd13bb1e /user_select_dialog.h
parent58cc302ca32c807b1fd238dfc5149ff847c0c454 (diff)
downloadcsgo_stats-ca548026050c9643c82640cb46926545c2114949.tar.gz
csgo_stats-ca548026050c9643c82640cb46926545c2114949.zip
Added stats for maps, added a user management tool that will allow you to add/remove user profiles from storage.
Diffstat (limited to 'user_select_dialog.h')
-rw-r--r--user_select_dialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/user_select_dialog.h b/user_select_dialog.h
index 5e8253f..dc83ddb 100644
--- a/user_select_dialog.h
+++ b/user_select_dialog.h
@@ -7,6 +7,7 @@
#include "file_download.h"
#include "stats_display_window.h"
#include "parse_file.h"
+#include "user_management.h"
namespace Ui {
class user_select_dialog;
@@ -25,10 +26,15 @@ private slots:
void on_player_dropdown_currentIndexChanged(int index);
+ void on_manage_users_button_clicked();
+
+ void on_refresh_users_button_clicked();
+
private:
Ui::user_select_dialog *ui;
file_download download;
stats_display_window n_window;
+ user_management manage;
parse_file parse;
void download_info();
void load_players();