Merge pull request #4020

71f82bf Restart-warning for spendZeroConfChange option (langerhans)
This commit is contained in:
Wladimir J. van der Laan 2014-04-09 10:24:54 +02:00
commit 06d1fc6112
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ void OptionsDialog::setModel(OptionsModel *model)
/* Main */
connect(ui->databaseCache, SIGNAL(valueChanged(int)), this, SLOT(showRestartWarning()));
connect(ui->threadsScriptVerif, SIGNAL(valueChanged(int)), this, SLOT(showRestartWarning()));
/* Wallet */
connect(ui->spendZeroConfChange, SIGNAL(clicked(bool)), this, SLOT(showRestartWarning()));
/* Network */
connect(ui->connectSocks, SIGNAL(clicked(bool)), this, SLOT(showRestartWarning()));
/* Display */