GODT-1860: fix for Apple Mail autoconf not working immediately after login.

This commit is contained in:
Xavier Michelon
2022-09-19 14:29:58 +02:00
parent 88bb7a7e5b
commit 3b18f12ff2
3 changed files with 35 additions and 5 deletions

View File

@ -44,6 +44,7 @@ public: // member functions.
void removeUserAt(int row); ///< Remove the user at a given row
void appendUser(bridgepp::SPUser const &user); ///< Add a new user.
void updateUserAtRow(int row, bridgepp::User const &user); ///< Update the user at given row.
bridgepp::SPUser getUserWithID(QString const& userID) const; ///< Retrieve the user with the given ID.
// the userCount property.
Q_PROPERTY(int count READ count NOTIFY countChanged)