mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +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);
|
||||
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
|
||||
w = new MainWindow(nullptr);
|
||||
w->core = new QRCore ();
|
||||
}
|
||||
|
||||
createNewDialog::~createNewDialog()
|
||||
|
Loading…
Reference in New Issue
Block a user