From 6f4e49bb47b064024863e87bb7a3ae3c8348c40a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 23 Jun 2018 08:01:36 +0200 Subject: cleaned some warnings --- gui/pythontab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/pythontab.cc b/gui/pythontab.cc index 531038a1..a11059b5 100644 --- a/gui/pythontab.cc +++ b/gui/pythontab.cc @@ -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) -- cgit v1.2.3