refs #198 , using settings with GUI

This commit is contained in:
Klaus Basan
2014-04-01 12:35:12 +02:00
parent c43c3eed3c
commit 4e8e2eb0d4
3 changed files with 9 additions and 9 deletions

View File

@@ -86,8 +86,9 @@ void MainWindow::alterTrafficServer()
/*
* Settings did changed
*/
void MainWindow::changedSettings()
void MainWindow::changedSettings(uint typeValue)
{
Q_UNUSED(typeValue);
this->reloadSettings();
}
@@ -105,7 +106,6 @@ void MainWindow::updateGuiSelectedServerTextboxes(const CServer &server)
this->ui->le_SettingsTnCsPassword->setText(server.getUser().getPassword());
}
/*
* Server settings from textboxes
*/