Fix names in qtlogging.ini

This commit is contained in:
RickyRister 2025-11-02 02:49:51 -08:00
parent 9fdecf21f2
commit 3b50d96cb3
2 changed files with 7 additions and 5 deletions

View file

@ -37,12 +37,14 @@
#card_zone = true
#view_zone = true
#game_event_handler = true
#user_info_connection = true
#picture_loader = true
#picture_loader.worker = true
#picture_loader.card_back_cache_fail = true
#picture_loader.picture_to_load = true
#card_picture_loader = true
#card_picture_loader.worker = true
#card_picture_loader.card_back_cache_fail = true
#card_picture_loader.picture_to_load = true
#deck_loader = true
#card_database = true
#card_database.loading = true

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
{