From 77f595701d3f27183869059b3be3be3b8cb66264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Thu, 18 Jun 2026 05:32:47 +0200 Subject: [PATCH] Don't store reference in member Took 5 minutes --- cockatrice/src/interface/intents/intent_open_local_deck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/interface/intents/intent_open_local_deck.h b/cockatrice/src/interface/intents/intent_open_local_deck.h index 0c06f7078..38fed6e80 100644 --- a/cockatrice/src/interface/intents/intent_open_local_deck.h +++ b/cockatrice/src/interface/intents/intent_open_local_deck.h @@ -38,7 +38,7 @@ protected: private: TabSupervisor *tabSupervisor; - const QString &file; + QString file; }; #endif // COCKATRICE_INTENT_OPEN_LOCAL_DECK_H