fix build failure

This commit is contained in:
RickyRister 2025-05-04 16:04:54 -07:00
parent d279df8f17
commit e2d7caf299
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ void SettingsCache::setCardViewExpandedRowsMax(int /* value */)
void SettingsCache::setCloseEmptyCardView(const QT_STATE_CHANGED_T /* value */) void SettingsCache::setCloseEmptyCardView(const QT_STATE_CHANGED_T /* value */)
{ {
} }
void SettingsCache::setFocusCardViewSearchBar(QT_STATE_CHANGED_T value) void SettingsCache::setFocusCardViewSearchBar(QT_STATE_CHANGED_T /* value */)
{ {
} }
void SettingsCache::setKnownMissingFeatures(const QString & /* _knownMissingFeatures */) void SettingsCache::setKnownMissingFeatures(const QString & /* _knownMissingFeatures */)

View file

@ -68,7 +68,7 @@ void SettingsCache::setCardViewExpandedRowsMax(int /* value */)
void SettingsCache::setCloseEmptyCardView(QT_STATE_CHANGED_T /* value */) void SettingsCache::setCloseEmptyCardView(QT_STATE_CHANGED_T /* value */)
{ {
} }
void SettingsCache::setFocusCardViewSearchBar(QT_STATE_CHANGED_T value) void SettingsCache::setFocusCardViewSearchBar(QT_STATE_CHANGED_T /* value */)
{ {
} }
void SettingsCache::setKnownMissingFeatures(const QString & /* _knownMissingFeatures */) void SettingsCache::setKnownMissingFeatures(const QString & /* _knownMissingFeatures */)