mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
update settings
This commit is contained in:
parent
8462b6e906
commit
5c889524dc
4 changed files with 129 additions and 0 deletions
|
|
@ -128,6 +128,27 @@ void SettingsCache::setTokenDatabasePath(const QString & /* _tokenDatabasePath *
|
|||
void SettingsCache::setThemeName(const QString & /* _themeName */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabVisualDeckStorageOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabServerOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabAccountOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabDeckStorageOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabReplaysOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabAdminOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabLogOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setPicDownload(QT_STATE_CHANGED_T /* _picDownload */)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue