0000826: reading from the python console for using pdb -- code cleanup

This commit is contained in:
wmayer
2013-05-14 15:20:00 +02:00
parent 3f23dbb671
commit e3d0ccba33
4 changed files with 0 additions and 100 deletions

View File

@@ -30,7 +30,6 @@ class QTimer;
namespace Gui {
class PythonConsole;
class PythonInputField;
/**
* Python class for redirection of stdout to FreeCAD's Python
@@ -141,9 +140,7 @@ public:
Py::Object readline(const Py::Tuple&);
private:
PythonInputField* editField;
PythonConsole* console;
QTimer* timer;
};
} // namespace Gui