summaryrefslogtreecommitdiff
path: root/user_select_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'user_select_dialog.h')
-rw-r--r--user_select_dialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/user_select_dialog.h b/user_select_dialog.h
index 3420bad..5e8253f 100644
--- a/user_select_dialog.h
+++ b/user_select_dialog.h
@@ -3,8 +3,10 @@
#include <QMainWindow>
#include <QDebug>
+#include <QFile>
#include "file_download.h"
#include "stats_display_window.h"
+#include "parse_file.h"
namespace Ui {
class user_select_dialog;
@@ -21,12 +23,17 @@ public:
private slots:
void on_select_account_button_clicked();
+ void on_player_dropdown_currentIndexChanged(int index);
+
private:
Ui::user_select_dialog *ui;
file_download download;
stats_display_window n_window;
+ parse_file parse;
void download_info();
void load_players();
+ QStringList usernames;
+ QStringList userids;
};
#endif // USER_SELECT_DIALOG_H