Implement removing accounts.
This commit is contained in:
@ -72,6 +72,11 @@ public:
|
||||
*/
|
||||
virtual void removeAccount(const QString& username);
|
||||
|
||||
/*!
|
||||
* Removes the account at the given QModelIndex.
|
||||
*/
|
||||
virtual void removeAccount(QModelIndex index);
|
||||
|
||||
/*!
|
||||
* \brief Finds an account by its username.
|
||||
* \param The username of the account to find.
|
||||
|
Reference in New Issue
Block a user