diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-06-14 10:07:59 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-06-14 10:07:59 +0200 |
commit | 053bd48bef73668e5c7bdf84e826a996a519c5bb (patch) | |
tree | e5fbe9699c76c2e27883cc8105817fccdab35504 /gui/generic/mainwindow.cc | |
parent | 36ccc22fc93eddd9b6ed867782668b0057ec67e2 (diff) | |
download | nextpnr-053bd48bef73668e5c7bdf84e826a996a519c5bb.tar.gz nextpnr-053bd48bef73668e5c7bdf84e826a996a519c5bb.tar.bz2 nextpnr-053bd48bef73668e5c7bdf84e826a996a519c5bb.zip |
Cleanup
Diffstat (limited to 'gui/generic/mainwindow.cc')
-rw-r--r-- | gui/generic/mainwindow.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/generic/mainwindow.cc b/gui/generic/mainwindow.cc index 54d1f2c8..eefff39c 100644 --- a/gui/generic/mainwindow.cc +++ b/gui/generic/mainwindow.cc @@ -29,6 +29,7 @@ NEXTPNR_NAMESPACE_BEGIN MainWindow::MainWindow(std::unique_ptr<Context> context, ArchArgs args, QWidget *parent)
: BaseMainWindow(std::move(context), args, parent)
{
+ initMainResource();
QMessageBox::critical(0, "Error - FIXME", "No GUI support for nextpnr-generic");
std::exit(1);
}
|