[DeckEditor] Refactor searchEdit highlighting after add card (#6874)

* [DeckEditor] Refactor searchEdit highlighting after add card

* make searchEdit private
This commit is contained in:
RickyRister 2026-05-11 20:23:12 -07:00 committed by GitHub
parent 1a62f82aee
commit b66743c83c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 8 deletions

View file

@ -137,8 +137,6 @@ void AbstractTabDeckEditor::onDeckModified()
void AbstractTabDeckEditor::addCardHelper(const ExactCard &card, const QString &zoneName)
{
deckStateManager->addCard(card, zoneName);
cardDatabaseDockWidget->highlightAllSearchEdit();
}
/**