mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
store sort option in settings as QComboBox index instead of enum value (#5207)
* rename config property * change default * functional changes
This commit is contained in:
parent
1d8651bc00
commit
5ef1ca06f5
5 changed files with 29 additions and 23 deletions
|
|
@ -188,10 +188,10 @@ void SettingsCache::setChatMentionColor(const QString & /* _chatMentionColor */)
|
|||
void SettingsCache::setChatHighlightColor(const QString & /* _chatHighlightColor */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setZoneViewGroupBy(int /* _zoneViewGroupBy */)
|
||||
void SettingsCache::setZoneViewGroupByIndex(int /* _zoneViewGroupByIndex */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setZoneViewSortBy(int /* _zoneViewSortBy */)
|
||||
void SettingsCache::setZoneViewSortByIndex(int /* _zoneViewSortByIndex */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setZoneViewPileView(QT_STATE_CHANGED_T /* _zoneViewPileView */)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue