forked from Silverfish/proton-bridge
feat(GODT-2444): added queue system for UserBadEvent from different accounts.
This commit is contained in:
@ -186,6 +186,14 @@ void UserTable::touch(qint32 index) {
|
||||
}
|
||||
|
||||
|
||||
//****************************************************************************************************************************************************
|
||||
/// \param[in] userID The userID.
|
||||
//****************************************************************************************************************************************************
|
||||
void UserTable::touch(QString const &userID) {
|
||||
this->touch(this->indexOfUser(userID));
|
||||
}
|
||||
|
||||
|
||||
//****************************************************************************************************************************************************
|
||||
/// \param[in] index The index of the user in the list.
|
||||
//****************************************************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user