Add logging to LocalClient (#5827)

This commit is contained in:
RickyRister 2025-04-14 18:25:17 -07:00 committed by GitHub
parent ac1ae4fed5
commit ae90b6c93f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,10 @@
#include "../client/game_logic/abstract_client.h"
#include <QLoggingCategory>
inline Q_LOGGING_CATEGORY(LocalClientLog, "local_client");
class LocalServerInterface;
class LocalClient : public AbstractClient