mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Renamed userlist tab to account
This commit is contained in:
@@ -45,7 +45,7 @@ private:
|
|||||||
public:
|
public:
|
||||||
TabUserLists(TabSupervisor *_tabSupervisor, AbstractClient *_client, const ServerInfo_User &userInfo, QWidget *parent = 0);
|
TabUserLists(TabSupervisor *_tabSupervisor, AbstractClient *_client, const ServerInfo_User &userInfo, QWidget *parent = 0);
|
||||||
void retranslateUi();
|
void retranslateUi();
|
||||||
QString getTabText() const { return tr("User lists"); }
|
QString getTabText() const { return tr("Account"); }
|
||||||
const UserList *getAllUsersList() const { return allUsersList; }
|
const UserList *getAllUsersList() const { return allUsersList; }
|
||||||
const UserList *getBuddyList() const { return buddyList; }
|
const UserList *getBuddyList() const { return buddyList; }
|
||||||
const UserList *getIgnoreList() const { return ignoreList; }
|
const UserList *getIgnoreList() const { return ignoreList; }
|
||||||
|
|||||||
Reference in New Issue
Block a user