Gui: Remove code duplication in PythonConsole class

This commit is contained in:
wmayer
2024-12-25 19:19:23 +01:00
committed by Yorik van Havre
parent 446b6e6d41
commit 71f8793310
4 changed files with 25 additions and 55 deletions

View File

@@ -44,6 +44,7 @@ public:
explicit PythonEditor(QWidget *parent = nullptr);
~PythonEditor() override;
void OnChange( Base::Subject<const char*> &rCaller,const char* rcReason ) override;
void toggleBreakpoint();
void showDebugMarker(int line);
void hideDebugMarker();