mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
hide the feed option button until we figure out how to do it properly. Also fixed the crash when showing network settings on hidden nodes
This commit is contained in:
parent
9d3df7c01f
commit
4abf2c6bf1
3 changed files with 30 additions and 31 deletions
|
@ -60,7 +60,6 @@ SettingsPage::SettingsPage(QWidget *parent)
|
|||
{
|
||||
ui.setupUi(this);
|
||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
// setModal(false);
|
||||
|
||||
/* Initialize help browser */
|
||||
mHelpBrowser = new FloatingHelpBrowser(this, ui.helpButton);
|
||||
|
@ -74,8 +73,6 @@ SettingsPage::SettingsPage(QWidget *parent)
|
|||
}
|
||||
|
||||
connect(ui.listWidget, SIGNAL(currentRowChanged(int)), this, SLOT(setNewPage(int)));
|
||||
// connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(saveChanges()));
|
||||
// connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(close()));
|
||||
connect(this, SIGNAL(finished(int)), this, SLOT(dialogFinished(int)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue