mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 01:06:31 +08:00
refs #198 , using settings with GUI
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user