[Python console] add Execute in console context menu item (#18716)
* [Python console] add Execute in console context menu item * Update src/Gui/PythonEditor.cpp Co-authored-by: Kacper Donat <kadet1090@gmail.com> --------- Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> Co-authored-by: Kacper Donat <kadet1090@gmail.com>
This commit is contained in:
committed by
GitHub
parent
286e1d2251
commit
e0b6698722
@@ -60,6 +60,7 @@ public Q_SLOTS:
|
||||
* this line is skipped.
|
||||
*/
|
||||
void onUncomment();
|
||||
void onExecuteInConsole();
|
||||
void setFileName(const QString&);
|
||||
void startDebug();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user