add mock to tests to fix cicd error

This commit is contained in:
Lily 2025-03-25 20:30:34 -04:00
parent ac0cb56145
commit cbfa291dc1
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7

View file

@ -290,6 +290,9 @@ void SettingsCache::setZoneViewGroupByIndex(int /* _zoneViewGroupByIndex */)
void SettingsCache::setZoneViewSortByIndex(int /* _zoneViewSortByIndex */)
{
}
void SettingsCache::setLocalTime(const QT_STATE_CHANGED_T _showMessagePopups /*_LocalTime*/)
{
}
void SettingsCache::setZoneViewPileView(QT_STATE_CHANGED_T /* _zoneViewPileView */)
{
}