diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-22 00:31:10 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-22 01:31:11 -0500 |
| commit | 5b475466daad1ac6aab3a95f2fcf6837ad8ad710 (patch) | |
| tree | e586ee0838fba3e533a983846fa40e2176e4a310 /ui/scriptingconsole.h | |
| parent | d56d5c4f550421547f7bf563c1d87a19b890723d (diff) | |
Fix leak of scripting instances when new windows are created
Diffstat (limited to 'ui/scriptingconsole.h')
| -rw-r--r-- | ui/scriptingconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/scriptingconsole.h b/ui/scriptingconsole.h index b0e20253..3726514b 100644 --- a/ui/scriptingconsole.h +++ b/ui/scriptingconsole.h @@ -189,4 +189,6 @@ public: void moveUpInHistory(); void moveDownInHistory(); std::vector<std::string> reverseSearch(const QString& text); + + void closing(); }; |
