aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ecp5/mainwindow.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-08 14:58:43 +0200
committerDavid Shah <davey1576@gmail.com>2018-08-08 14:58:43 +0200
commitd8b383003194f45cae8486905e50575d792a4640 (patch)
treee75b9b2f7b6c16d557fc42191cee093b7834cbd2 /gui/ecp5/mainwindow.h
parentbf42e525cb7ab6ae071b16dfeca55194878be69c (diff)
downloadnextpnr-d8b383003194f45cae8486905e50575d792a4640.tar.gz
nextpnr-d8b383003194f45cae8486905e50575d792a4640.tar.bz2
nextpnr-d8b383003194f45cae8486905e50575d792a4640.zip
timing: Update to new use API (currently broken)
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'gui/ecp5/mainwindow.h')
-rw-r--r--gui/ecp5/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ecp5/mainwindow.h b/gui/ecp5/mainwindow.h
index d1d5a5a2..9460913c 100644
--- a/gui/ecp5/mainwindow.h
+++ b/gui/ecp5/mainwindow.h
@@ -47,6 +47,7 @@ class MainWindow : public BaseMainWindow
void newContext(Context *ctx);
void open_base();
void save_config();
+
private:
QAction *actionLoadBase;
QAction *actionSaveConfig;