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

old-commit-hash: dd1531af967a9ad826f074c3de1be45e418fd84e
This commit is contained in:
Dean Lee
2021-11-04 21:43:28 +08:00
committed by GitHub
parent dc3075790e
commit 0b73c09488
+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);
}
}