mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 15:32:15 -07:00
add logging category for remote_client (#5553)
* add logging category for remote_client * remove ifdef QT_DEBUG
This commit is contained in:
parent
94e2d64e55
commit
c00b41f3bd
3 changed files with 17 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue