mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 11:02:19 +08:00
ui/MainWindow: remove emit keyword on slot (#22790)
old-commit-hash: dd1531af967a9ad826f074c3de1be45e418fd84e
This commit is contained in:
@@ -81,7 +81,7 @@ void MainWindow::closeSettings() {
|
||||
main_layout->setCurrentWidget(homeWindow);
|
||||
|
||||
if (QUIState::ui_state.scene.started) {
|
||||
emit homeWindow->showSidebar(false);
|
||||
homeWindow->showSidebar(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user