summaryrefslogtreecommitdiff
path: root/parse_file.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 /parse_file.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 'parse_file.h')
-rw-r--r--parse_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse_file.h b/parse_file.h
index e12a66f..25b0aa6 100644
--- a/parse_file.h
+++ b/parse_file.h
@@ -15,6 +15,8 @@ public:
QStringList get_ids(); /* returns pre parsed data */
QStringList usernames;
QStringList userids;
+ void delete_user(QString user);
+ void add_user(QString user);
};
#endif // PARSE_FILE_H