summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h1
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;
};