remove deckHashChanged

This commit is contained in:
RickyRister 2025-11-30 02:21:52 -08:00
parent 18a2f68b7f
commit 13b3a6f65c
3 changed files with 3 additions and 2 deletions

View file

@ -714,7 +714,7 @@ QString DeckList::getDeckHash() const
}
/**
* Invalidates the cached deckHash and emits the deckHashChanged signal.
* Invalidates the cached deckHash.
*/
void DeckList::refreshDeckHash()
{