mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #273, encapsulated settings GUI into own component
This removed a considerable amount of code from mainwindow
This commit is contained in:
@@ -37,7 +37,7 @@ void MainWindow::menuClicked()
|
||||
}
|
||||
else if (sender == this->ui->menu_ReloadSettings)
|
||||
{
|
||||
this->reloadSettings();
|
||||
this->ui->comp_Settings->reloadSettings();
|
||||
msgs.insert(CStatusMessage::getInfoMessage("Settings reloaded"));
|
||||
}
|
||||
else if (sender == this->ui->menu_FileClose)
|
||||
|
||||
Reference in New Issue
Block a user