diff options
| author | Brian Potchik <brian@vector35.com> | 2019-05-01 19:50:58 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-05-01 19:50:58 -0400 |
| commit | 86cbdfce7b146f5d62ad94da6086020a1dc49c29 (patch) | |
| tree | bfda791c95028ba020ff84eca535232f59d63d76 /ui/scriptingconsole.h | |
| parent | 9331755a3986941375d0362c098979e3d8b59dc9 (diff) | |
Add clear scripting console command to command palette.
Diffstat (limited to 'ui/scriptingconsole.h')
| -rw-r--r-- | ui/scriptingconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/scriptingconsole.h b/ui/scriptingconsole.h index 430e4b21..4059df2a 100644 --- a/ui/scriptingconsole.h +++ b/ui/scriptingconsole.h @@ -102,6 +102,7 @@ public: QString getInstanceName() const { return m_instanceName; } ScriptingInstanceRef getInstance() { return m_instance; } + void clearConsole(); void hideConsole(); void addInput(const std::string& text); |
