oops, it’s not a signal

This commit is contained in:
numzero 2025-11-16 14:33:09 +03:00
parent 7b22551bee
commit 413839ccb8

View File

@ -6,7 +6,7 @@ PhotonLight::PhotonLight(QWidget* parent)
: QMainWindow(parent),
m_ui(new Ui::MainWindow) {
m_ui->setupUi(this);
emit updateView();
updateView();
}
PhotonLight::~PhotonLight() = default;