mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Enable Qt::WA_DeleteOnClose for PreferencesDialog
This commit is contained in:
parent
8c3d8d77cb
commit
f01fa9d4ea
@ -16,6 +16,7 @@ PreferencesDialog::PreferencesDialog(QWidget *parent)
|
||||
: QDialog(parent),
|
||||
ui(new Ui::PreferencesDialog)
|
||||
{
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
ui->setupUi(this);
|
||||
|
||||
#define ADD_TAB(c) { auto w = new c(this); ui->tabWidget->addTab(w, w->windowTitle()); }
|
||||
|
Loading…
Reference in New Issue
Block a user