oops, it’s not a signal
This commit is contained in:
parent
7b22551bee
commit
413839ccb8
|
|
@ -6,7 +6,7 @@ PhotonLight::PhotonLight(QWidget* parent)
|
||||||
: QMainWindow(parent),
|
: QMainWindow(parent),
|
||||||
m_ui(new Ui::MainWindow) {
|
m_ui(new Ui::MainWindow) {
|
||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
emit updateView();
|
updateView();
|
||||||
}
|
}
|
||||||
|
|
||||||
PhotonLight::~PhotonLight() = default;
|
PhotonLight::~PhotonLight() = default;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user