fix title

This commit is contained in:
Miodrag Milanovic 2019-06-14 13:33:20 +02:00
parent 903391a9e4
commit aca372de99
2 changed files with 1 additions and 3 deletions

View File

@ -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());
}

View File

@ -48,8 +48,6 @@ class MainWindow : public BaseMainWindow
private:
QAction *actionLoadLPF;
QAction *actionSaveConfig;
ArchArgs chipArgs;
};
NEXTPNR_NAMESPACE_END