mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-13 07:38:54 -05:00
renamed NotifyQt into RsGUIEventManager
This commit is contained in:
parent
390084971a
commit
a91a0893cf
17 changed files with 62 additions and 65 deletions
|
|
@ -71,7 +71,7 @@ public:
|
|||
data.callback = callback;
|
||||
mWidget.insert(widget, data);
|
||||
|
||||
QObject::connect(NotifyQt::getInstance(), &NotifyQt::settingsChanged, widget, [this, widget, callback]() {
|
||||
QObject::connect(RsGUIEventManager::getInstance(), &RsGUIEventManager::settingsChanged, widget, [this, widget, callback]() {
|
||||
mFontSizeHandlerBase->updateFontSize(widget, callback);
|
||||
});
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ public:
|
|||
data.callback = callback;
|
||||
mView.insert(view, data);
|
||||
|
||||
QObject::connect(NotifyQt::getInstance(), &NotifyQt::settingsChanged, view, [this, view, iconHeightFactor, callback]() {
|
||||
QObject::connect(RsGUIEventManager::getInstance(), &RsGUIEventManager::settingsChanged, view, [this, view, iconHeightFactor, callback]() {
|
||||
mFontSizeHandlerBase->updateFontSize(view, iconHeightFactor, callback);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue