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

@ -1,8 +1,8 @@
#ifndef COCKATRICE_USER_LIST_MANAGER_H
#define COCKATRICE_USER_LIST_MANAGER_H
#include "../chat_view/user_list_proxy.h"
#include "pb/serverinfo_user.pb.h"
#include "user_list_proxy.h"
#include <QMap>
#include <QWidget>
@ -17,7 +17,7 @@ class Response;
class ServerInfo_User;
class TabSupervisor;
class UserListManager : public QWidget, public UserlistProxy
class UserListManager : public QWidget, public UserListProxy
{
Q_OBJECT