Fix mocks.

This commit is contained in:
Lukas Brübach 2024-11-28 01:23:27 +01:00 committed by ZeldaZach
parent 9a0140917a
commit b7e17be133
No known key found for this signature in database
4 changed files with 10 additions and 4 deletions

View file

@ -164,6 +164,9 @@ void SettingsCache::setDisplayCardNames(QT_STATE_CHANGED_T /* _displayCardNames
void SettingsCache::setOverrideAllCardArtWithPersonalPreference(QT_STATE_CHANGED_T /* _overrideAllCardArt */)
{
}
void SettingsCache::setBumpSetsWithCardsInDeckToTop(QT_STATE_CHANGED_T /* _bumpSetsWithCardsInDeckToTop */)
{
}
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
{
}