From 413839ccb8df55021cbfa95fb3ac1ac8c3354f1a Mon Sep 17 00:00:00 2001 From: numzero Date: Sun, 16 Nov 2025 14:33:09 +0300 Subject: [PATCH] =?UTF-8?q?oops,=20it=E2=80=99s=20not=20a=20signal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/main_window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main_window.cxx b/ui/src/main_window.cxx index caa80e9..913d406 100644 --- a/ui/src/main_window.cxx +++ b/ui/src/main_window.cxx @@ -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;