aboutsummaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mainwindow.cc')
-rw-r--r--gui/mainwindow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/mainwindow.cc b/gui/mainwindow.cc
index 087c54ba..91232390 100644
--- a/gui/mainwindow.cc
+++ b/gui/mainwindow.cc
@@ -25,6 +25,8 @@
MainWindow::MainWindow(Context *_ctx, QWidget *parent)
: QMainWindow(parent), ctx(_ctx)
{
+ Q_INIT_RESOURCE(nextpnr);
+
log_files.clear();
log_streams.clear();
log_write_function = [this](std::string text) { info->info(text); };