renamed NotifyQt into RsGUIEventManager

This commit is contained in:
csoler 2025-11-11 18:56:24 +01:00
parent 390084971a
commit a91a0893cf
17 changed files with 62 additions and 65 deletions

View file

@ -238,6 +238,6 @@ void SettingsPage::notifySettingsChanged()
/* call to RsIface save function.... */
//rsicontrol -> ConfigSave();
if (NotifyQt::getInstance())
NotifyQt::getInstance()->notifySettingsChanged();
if (RsGUIEventManager::getInstance())
RsGUIEventManager::getInstance()->notifySettingsChanged();
}