1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-26 04:07:02 +00:00

cleaned some warnings

This commit is contained in:
Miodrag Milanovic
2018-06-23 08:01:36 +02:00
parent 0508fb3627
commit 6f4e49bb47
5 changed files with 10 additions and 10 deletions

View File

@@ -127,7 +127,7 @@ void PythonTab::editLineReturnPressed(QString text)
{
std::string input = text.toStdString();
print(std::string(">>> " + input + "\n"));
int error = executePython(input);
executePython(input);
}
void PythonTab::showContextMenu(const QPoint &pt)