aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ecp5
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-14 13:33:20 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-14 13:33:20 +0200
commitaca372de99b960ca808e49fec27d2aaf890574d3 (patch)
tree439519f0087f541a38d15fa81de449b2acf33ee1 /gui/ecp5
parent903391a9e43cf5e27c4707b9b456c310e9d60524 (diff)
downloadnextpnr-aca372de99b960ca808e49fec27d2aaf890574d3.tar.gz
nextpnr-aca372de99b960ca808e49fec27d2aaf890574d3.tar.bz2
nextpnr-aca372de99b960ca808e49fec27d2aaf890574d3.zip
fix title
Diffstat (limited to 'gui/ecp5')
-rw-r--r--gui/ecp5/mainwindow.cc2
-rw-r--r--gui/ecp5/mainwindow.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/gui/ecp5/mainwindow.cc b/gui/ecp5/mainwindow.cc
index 043a6b86..913c2520 100644
--- a/gui/ecp5/mainwindow.cc
+++ b/gui/ecp5/mainwindow.cc
@@ -47,7 +47,7 @@ MainWindow::~MainWindow() {}
void MainWindow::newContext(Context *ctx)
{
- std::string title = "nextpnr-generic - " + ctx->getChipName() + " ( " + chipArgs.package + " )";
+ std::string title = "nextpnr-ecp5 - " + ctx->getChipName() + " ( " + chipArgs.package + " )";
setWindowTitle(title.c_str());
}
diff --git a/gui/ecp5/mainwindow.h b/gui/ecp5/mainwindow.h
index dc283cc7..65493fbc 100644
--- a/gui/ecp5/mainwindow.h
+++ b/gui/ecp5/mainwindow.h
@@ -48,8 +48,6 @@ class MainWindow : public BaseMainWindow
private:
QAction *actionLoadLPF;
QAction *actionSaveConfig;
-
- ArchArgs chipArgs;
};
NEXTPNR_NAMESPACE_END