summaryrefslogtreecommitdiff
path: root/parse_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse_file.h')
-rw-r--r--parse_file.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/parse_file.h b/parse_file.h
index 3ee8b0d..e12a66f 100644
--- a/parse_file.h
+++ b/parse_file.h
@@ -10,6 +10,11 @@ public:
parse_file();
QString parse_user_data(QString option, QString split);
QString parse_csgo_data(QString option);
+ void parse_users(); /* parse file */
+ QStringList get_usernames(); /* returns pre parsed data */
+ QStringList get_ids(); /* returns pre parsed data */
+ QStringList usernames;
+ QStringList userids;
};
#endif // PARSE_FILE_H