This commit is contained in:
ackimixs
2024-03-28 13:59:51 +01:00
parent 9315df2f7b
commit d0e59cb5a1

View File

@@ -52,7 +52,7 @@ public:
this->setFixedSize(QSize(480, 320));
this->home = new homeButton(centralidget);
this->home = new homeButton(centralWidget);
connect(this->home, &homeButton::homologationClicked, this, &MainWindow::onHomologationPressed);