From a021df214dce31bea1161b79215cab081bc66a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Fri, 3 Oct 2025 11:23:17 +0200 Subject: [PATCH] Lint. Took 11 minutes --- cockatrice/src/tabs/tab_game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/tabs/tab_game.cpp b/cockatrice/src/tabs/tab_game.cpp index 34668ecad..c31f548d6 100644 --- a/cockatrice/src/tabs/tab_game.cpp +++ b/cockatrice/src/tabs/tab_game.cpp @@ -712,7 +712,7 @@ void TabGame::processPlayerLeave(Player *leavingPlayer) QMenu *menu = leavingPlayer->getPlayerMenu()->getPlayerMenu(); if (menu) { // Find and remove the QAction pointing to this menu - QList actions = gameMenu->actions(); + QList actions = gameMenu->actions(); for (QAction *act : actions) { if (act->menu() == menu) { gameMenu->removeAction(act);