mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 02:48:49 +00:00
MainWindow allocates QRCore now
This commit is contained in:
parent
fbabb83060
commit
e8d5f49d1e
@ -11,7 +11,6 @@ createNewDialog::createNewDialog(QWidget *parent) :
|
|||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
|
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
|
||||||
w = new MainWindow(nullptr);
|
w = new MainWindow(nullptr);
|
||||||
w->core = new QRCore ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
createNewDialog::~createNewDialog()
|
createNewDialog::~createNewDialog()
|
||||||
|
Loading…
Reference in New Issue
Block a user