mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
renamed NotifyQt into RsGUIEventManager
This commit is contained in:
parent
390084971a
commit
a91a0893cf
17 changed files with 62 additions and 65 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue