diff options
Diffstat (limited to 'gui/pythontab.h')
-rw-r--r-- | gui/pythontab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/pythontab.h b/gui/pythontab.h index 134874b6..860bf1c3 100644 --- a/gui/pythontab.h +++ b/gui/pythontab.h @@ -45,6 +45,7 @@ class PythonTab : public QWidget void newContext(Context *ctx);
void info(std::string str);
void clearBuffer();
+ void execute_python(std::string filename);
private:
PythonConsole *console;
|