mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 09:52:16 -07:00
add new setting to SettingsCache
This commit is contained in:
parent
b2ad2acff3
commit
c4287eea45
4 changed files with 19 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ SettingsCache::SettingsCache()
|
|||
void SettingsCache::setUseTearOffMenus(bool /* _useTearOffMenus */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setCardViewInitialHeight(int /* _cardViewInitialHeight */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setKnownMissingFeatures(const QString & /* _knownMissingFeatures */)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue