Mercurial > minori
comparison src/gui/dialog/settings.cc @ 236:4d461ef7d424
HUGE UPDATE: convert build system to autotools
why? because cmake sucks :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Fri, 19 Jan 2024 00:24:02 -0500 |
| parents | f784b5b1914c |
| children | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
| 235:593108b3d555 | 236:4d461ef7d424 |
|---|---|
| 129 connect(button_box, &QDialogButtonBox::accepted, this, &SettingsDialog::OnOK); | 129 connect(button_box, &QDialogButtonBox::accepted, this, &SettingsDialog::OnOK); |
| 130 connect(button_box, &QDialogButtonBox::rejected, this, &QDialog::reject); | 130 connect(button_box, &QDialogButtonBox::rejected, this, &QDialog::reject); |
| 131 full_layout->addWidget(button_box); | 131 full_layout->addWidget(button_box); |
| 132 } | 132 } |
| 133 } | 133 } |
| 134 | |
| 135 #include "gui/dialog/moc_settings.cpp" |
