aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40/mainwindow.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-15 20:31:42 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-15 20:31:42 +0200
commit8e12ae2cfed728ee1ecab4e5f60f0435bf2d58b8 (patch)
tree3fe3251b2217747bcad8967cdb551ed1fa18a1a3 /gui/ice40/mainwindow.cc
parentecc4c3fa7bdf1726377cd5cf2199b3cabd233427 (diff)
downloadnextpnr-8e12ae2cfed728ee1ecab4e5f60f0435bf2d58b8.tar.gz
nextpnr-8e12ae2cfed728ee1ecab4e5f60f0435bf2d58b8.tar.bz2
nextpnr-8e12ae2cfed728ee1ecab4e5f60f0435bf2d58b8.zip
Added splash screen info while loading
Diffstat (limited to 'gui/ice40/mainwindow.cc')
-rw-r--r--gui/ice40/mainwindow.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc
index 28792ed3..4b1f2c57 100644
--- a/gui/ice40/mainwindow.cc
+++ b/gui/ice40/mainwindow.cc
@@ -226,6 +226,7 @@ void MainWindow::new_proj()
ctx = std::unique_ptr<Context>(new Context(chipArgs));
actionLoadJSON->setEnabled(true);
+ Q_EMIT displaySplash();
Q_EMIT contextChanged(ctx.get());
}
}