mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-12 15:49:28 -08:00
Fix names in qtlogging.ini (#6265)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user