This commit is contained in:
Your Name
2024-04-28 14:31:23 -05:00
parent ca72245a53
commit 90a4ed9cab

View File

@@ -32,7 +32,7 @@ ReadyWindow::ReadyWindow(QWidget *parent) : QWidget(parent) {
} }
)"); )");
QObject::connect(uiState(), &UIState::uiUpdate, this, &BodyWindow::updateState); QObject::connect(uiState(), &UIState::uiUpdate, this, &ReadyWindow::updateState);
} }
void ReadyWindow::paintEvent(QPaintEvent *event) { void ReadyWindow::paintEvent(QPaintEvent *event) {