mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-09 11:06:01 +08:00
refs #198, renaming of method (for consistency) and Doxygen/formatting only
This commit is contained in:
@@ -26,7 +26,7 @@ void MainWindow::reloadSettings()
|
||||
CSettingsNetwork nws = this->m_contextSettings->getNetworkSettings();
|
||||
|
||||
// update servers
|
||||
this->m_modelTrafficServerList->setSelectedServer(nws.getCurrentNetworkServer());
|
||||
this->m_modelTrafficServerList->setSelectedServer(nws.getCurrentTrafficNetworkServer());
|
||||
this->m_modelTrafficServerList->update(nws.getTrafficNetworkServers());
|
||||
this->ui->tv_SettingsTnServers->resizeColumnsToContents();
|
||||
this->ui->tv_SettingsTnServers->resizeRowsToContents();
|
||||
@@ -63,7 +63,7 @@ void MainWindow::alterTrafficServer()
|
||||
return;
|
||||
}
|
||||
|
||||
const QString path = CSettingUtilities::appendPaths(IContextSettings::PathNetworkSettings(), CSettingsNetwork::ValueTrafficServer());
|
||||
const QString path = CSettingUtilities::appendPaths(IContextSettings::PathNetworkSettings(), CSettingsNetwork::ValueTrafficServers());
|
||||
QObject *sender = QObject::sender();
|
||||
CStatusMessageList msgs;
|
||||
if (sender == this->ui->pb_SettingsTnCurrentServer)
|
||||
|
||||
Reference in New Issue
Block a user