fix segfault that happens when account tab is closed (#5474)

This commit is contained in:
RickyRister 2025-01-14 22:10:03 -08:00 committed by GitHub
parent d09b9eb533
commit 23bd18a04c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 332 additions and 121 deletions

View file

@ -52,18 +52,6 @@ public:
{
return tr("Account");
}
const UserListWidget *getAllUsersList() const
{
return allUsersList;
}
const UserListWidget *getBuddyList() const
{
return buddyList;
}
const UserListWidget *getIgnoreList() const
{
return ignoreList;
}
};
#endif