ui/MainWindow: remove emit keyword on slot (#22790)

This commit is contained in:
Dean Lee
2021-11-04 21:43:28 +08:00
committed by GitHub
parent bef686f275
commit dd1531af96
+1 -1
View File
@@ -81,7 +81,7 @@ void MainWindow::closeSettings() {
main_layout->setCurrentWidget(homeWindow);
if (QUIState::ui_state.scene.started) {
emit homeWindow->showSidebar(false);
homeWindow->showSidebar(false);
}
}