mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
should fix cicd
This commit is contained in:
parent
4ca399cf35
commit
a4a96b7432
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ void SettingsCache::setStackCardOverlapPercent(const int /* _verticalCardOverlap
|
|||
void SettingsCache::setShowMessagePopups(const QT_STATE_CHANGED_T /* _showMessagePopups */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setLocalTime(const QT_STATE_CHANGED_T _showMessagePopups /*_LocalTime*/)
|
||||
void SettingsCache::setLocalTime(const QT_STATE_CHANGED_T /*_LocalTime*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setShowMentionPopups(const QT_STATE_CHANGED_T /* _showMentionPopus */)
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ void SettingsCache::setZoneViewGroupByIndex(int /* _zoneViewGroupByIndex */)
|
|||
void SettingsCache::setZoneViewSortByIndex(int /* _zoneViewSortByIndex */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setLocalTime(const QT_STATE_CHANGED_T _showMessagePopups /*_LocalTime*/)
|
||||
void SettingsCache::setLocalTime(const QT_STATE_CHANGED_T /*_LocalTime*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setZoneViewPileView(QT_STATE_CHANGED_T /* _zoneViewPileView */)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue