diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-02-17 15:46:30 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2026-01-13 14:53:21 -0500 |
| commit | 0328331722401185967591561440651065055658 (patch) | |
| tree | a4fed674fe645a42d1b5153ad2b00c2e42bd802e /ui/linearview.h | |
| parent | c68f8d48afb9b3e6cdac363c8a578a051ad6e21d (diff) | |
Command Palette enhancements
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 0067a3e1..df01a3b2 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -111,6 +111,7 @@ public: void setInFunction(bool inFunc) { m_inFunc = inFunc; } void setHighlightTokenState(const HighlightTokenState& state) { m_highlight = state; } + virtual QString getDescription() const override; virtual Json::Value serialize() const override; virtual bool deserialize(const Json::Value& value) override; }; |
