Rename TabUserLists to TabAccount (#5464)

* rename class

* rename variables
This commit is contained in:
RickyRister 2025-01-14 05:50:08 -08:00 committed by GitHub
parent 686645c1e4
commit d2c2128e9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 71 additions and 71 deletions

View file

@ -17,7 +17,7 @@ class ServerInfo_User;
class Event_AddToList;
class Event_RemoveFromList;
class TabUserLists : public Tab
class TabAccount : public Tab
{
Q_OBJECT
signals:
@ -46,7 +46,7 @@ private:
void addToList(const std::string &listName, const QString &userName);
public:
TabUserLists(TabSupervisor *_tabSupervisor, AbstractClient *_client, const ServerInfo_User &userInfo);
TabAccount(TabSupervisor *_tabSupervisor, AbstractClient *_client, const ServerInfo_User &userInfo);
void retranslateUi() override;
QString getTabText() const override
{