Fix dbconverter mock.

This commit is contained in:
Lukas Brübach 2024-12-06 03:39:41 +01:00 committed by ZeldaZach
parent dbae292360
commit a2f519222d
No known key found for this signature in database

View file

@ -163,6 +163,9 @@ void SettingsCache::setOverrideAllCardArtWithPersonalPreference(QT_STATE_CHANGED
void SettingsCache::setBumpSetsWithCardsInDeckToTop(QT_STATE_CHANGED_T /* _bumpSetsWithCardsInDeckToTop */)
{
}
void SettingsCache::setPrintingSelectorSortOrder(int /* _printingSelectorSortOrder */)
{
}
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
{
}