Fix names in qtlogging.ini (#6265)

This commit is contained in:
RickyRister 2025-11-03 09:55:32 -08:00 committed by GitHub
parent aa61032cdf
commit 1c209b3320
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View file

@ -40,7 +40,7 @@ class AbstractGame;
class PendingCommand;
class Player;
inline Q_LOGGING_CATEGORY(GameEventHandlerLog, "tab_game");
inline Q_LOGGING_CATEGORY(GameEventHandlerLog, "game_event_handler");
class GameEventHandler : public QObject
{