Move UserlistProxy to src/server/user and fix capitalization (#5475)

* move file

* fix capitalization
This commit is contained in:
RickyRister 2025-01-15 05:14:16 -08:00 committed by GitHub
parent 2def02e140
commit 455d68f9ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 34 additions and 33 deletions

View file

@ -5,7 +5,7 @@
#include <QObject>
class UserlistProxy;
class UserListProxy;
class AbstractClient;
class ChatView;
class CommandContainer;
@ -23,7 +23,7 @@ class UserContextMenu : public QObject
private:
AbstractClient *client;
TabSupervisor *tabSupervisor;
const UserlistProxy *userListProxy;
const UserListProxy *userListProxy;
TabGame *game;
QAction *aUserName;
@ -55,7 +55,7 @@ private slots:
public:
UserContextMenu(TabSupervisor *_tabSupervisor,
const UserlistProxy *_userListProxy,
const UserListProxy *_userListProxy,
QWidget *_parent,
TabGame *_game = 0);
void retranslateUi();