Added number of currently logged in users

This commit is contained in:
Torsten Schulz
2024-02-09 12:56:37 +01:00
parent fff39ef376
commit 01bd65365d
2 changed files with 4 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ private:
void handleLogin(Wt::WLineEdit *userName, Wt::WComboBox *countryWidget, Wt::WSpinBox *ageWidget, Wt::WComboBox *genderWidget);
void populateGenderComboBox(Wt::WComboBox *genderWidget);
std::string getGenderShortByGender(std::string gender);
void updateUserlist(Wt::Json::Array userList);
void updateUserlist(Wt::Json::Array userList, int size);
std::vector<Wt::Json::Object> sortUserList(Wt::Json::Array unsortedUserList);
void createMenu();
void addLeaveButton();