From cbfa291dc156889c72bbc9a26e83ec8651bfb2c1 Mon Sep 17 00:00:00 2001 From: Lily <112970249+lilyhuang-github@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:30:34 -0400 Subject: [PATCH] add mock to tests to fix cicd error --- tests/carddatabase/mocks.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/carddatabase/mocks.cpp b/tests/carddatabase/mocks.cpp index f399179c3..170d6e3d6 100644 --- a/tests/carddatabase/mocks.cpp +++ b/tests/carddatabase/mocks.cpp @@ -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 */) { }