add logging category for remote_client (#5553)

* add logging category for remote_client

* remove ifdef QT_DEBUG
This commit is contained in:
RickyRister 2025-02-02 17:57:34 -08:00 committed by GitHub
parent 94e2d64e55
commit c00b41f3bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 13 deletions

View file

@ -4,9 +4,12 @@
#include "../../client/game_logic/abstract_client.h"
#include "pb/commands.pb.h"
#include <QLoggingCategory>
#include <QTcpSocket>
#include <QWebSocket>
inline Q_LOGGING_CATEGORY(RemoteClientLog, "remote_client");
class QTimer;
class RemoteClient : public AbstractClient