Cockatrice/cockatrice/src/interface/widgets/tabs/visual_deck_storage
Lukas Brübach 26b17f8435
[DeckShare] Wire the status-changed handler after shareBar exists
handleConnectionChanged() dereferences shareBar->isVisible(), but the connection
was set up before shareBar was constructed and shareBar had no in-class
initializer. On any status change delivered before construction the slot read an
indeterminate pointer. Seed the connection (and the initial share availability)
after shareBar exists and give shareBar a = nullptr initializer.
2026-09-20 19:42:12 +02:00
..
tab_deck_storage_visual.cpp [DeckShare] Wire the status-changed handler after shareBar exists 2026-09-20 19:42:12 +02:00
tab_deck_storage_visual.h [DeckShare] Wire the status-changed handler after shareBar exists 2026-09-20 19:42:12 +02:00