add new setting

This commit is contained in:
RickyRister 2025-01-19 16:27:54 -08:00
parent 0467fae51b
commit 81b79c4b0f
6 changed files with 28 additions and 2 deletions

View file

@ -62,6 +62,9 @@ void SettingsCache::setUseTearOffMenus(bool /* _useTearOffMenus */)
void SettingsCache::setCardViewInitialRowsMax(int /* _cardViewInitialRowsMax */)
{
}
void SettingsCache::setCloseEmptyCardView(QT_STATE_CHANGED_T /* value */)
{
}
void SettingsCache::setKnownMissingFeatures(const QString & /* _knownMissingFeatures */)
{
}