mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
update call to notifySettingsChanged() when changing the thread loading of channels
This commit is contained in:
parent
2aac675f11
commit
5f7df7cb73
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
#include "ChannelPage.h"
|
#include "ChannelPage.h"
|
||||||
#include "rsharesettings.h"
|
#include "rsharesettings.h"
|
||||||
#include "util/misc.h"
|
#include "util/misc.h"
|
||||||
|
#include "gui/notifyqt.h"
|
||||||
|
|
||||||
ChannelPage::ChannelPage(QWidget * parent, Qt::WindowFlags flags)
|
ChannelPage::ChannelPage(QWidget * parent, Qt::WindowFlags flags)
|
||||||
: ConfigPage(parent, flags)
|
: ConfigPage(parent, flags)
|
||||||
|
@ -39,6 +40,7 @@ ChannelPage::ChannelPage(QWidget * parent, Qt::WindowFlags flags)
|
||||||
void ChannelPage::updateLoadThread()
|
void ChannelPage::updateLoadThread()
|
||||||
{
|
{
|
||||||
Settings->setChannelLoadThread(ui.loadThreadCheckBox->isChecked());
|
Settings->setChannelLoadThread(ui.loadThreadCheckBox->isChecked());
|
||||||
|
NotifyQt::getInstance()->notifySettingsChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
ChannelPage::~ChannelPage()
|
ChannelPage::~ChannelPage()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue