diff options
Diffstat (limited to 'parse_file.h')
-rw-r--r-- | parse_file.h | 2 |
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 |