Merge branch 'game-time-part2-checkbox' of github.com:lilyhuang-github/Cockatrice into game-time-part2-checkbox

This commit is contained in:
Lily 2025-03-25 20:41:26 -04:00
commit 3dec02c53e
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7
87 changed files with 3472 additions and 2613 deletions

View file

@ -202,6 +202,9 @@ void SettingsCache::setPrintingSelectorSortOrder(int /* _printingSelectorSortOrd
void SettingsCache::setPrintingSelectorCardSize(int /* _printingSelectorCardSize */)
{
}
void SettingsCache::setIncludeOnlineOnlyCards(bool /* _includeOnlineOnlyCards */)
{
}
void SettingsCache::setPrintingSelectorNavigationButtonsVisible(QT_STATE_CHANGED_T /* _navigationButtonsVisible */)
{
}
@ -387,6 +390,9 @@ void SettingsCache::setUpdateReleaseChannelIndex(int /* value */)
void SettingsCache::setMaxFontSize(int /* _max */)
{
}
void SettingsCache::setRoundCardCorners(bool /* _roundCardCorners */)
{
}
void PictureLoader::clearPixmapCache(CardInfoPtr /* card */)
{