Explorar o código

Make updatePossibleValues notify web

longchair %!s(int64=8) %!d(string=hai) anos
pai
achega
6d7ba4dba3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/settings/SettingsSection.cpp

+ 1 - 0
src/settings/SettingsSection.cpp

@@ -75,6 +75,7 @@ void SettingsSection::updatePossibleValues(const QString &key, const QVariantLis
 {
   if (m_values.contains(key))
     m_values[key]->setPossibleValues(possibleValues);
+  emit SettingsComponent::Get().groupUpdate(m_sectionID, descriptions());
 }
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////