mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-05-03 06:38:34 +00:00
Make loading works nice and use settings
This commit is contained in:
@@ -34,7 +34,6 @@ MainWindow::MainWindow(std::unique_ptr<Context> context, ArchArgs args, QWidget
|
||||
connect(this, &BaseMainWindow::contextChanged, this, &MainWindow::newContext);
|
||||
|
||||
createMenu();
|
||||
Q_EMIT contextChanged(ctx.get());
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow() {}
|
||||
|
||||
Reference in New Issue
Block a user