Don't store reference in member

Took 5 minutes
This commit is contained in:
Lukas Brübach 2026-06-18 05:32:47 +02:00
parent 5eac9acc58
commit 77f595701d

View file

@ -38,7 +38,7 @@ protected:
private:
TabSupervisor *tabSupervisor;
const QString &file;
QString file;
};
#endif // COCKATRICE_INTENT_OPEN_LOCAL_DECK_H