diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/typeview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typeview.h b/ui/typeview.h index ca547090..7a90fd31 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -241,6 +241,8 @@ public: void focusAtTopOfView(); + virtual bool canDisplayAs(const UIActionContext& context, const BNIntegerDisplayType) { return false; } + protected: virtual void resizeEvent(QResizeEvent* event) override; virtual void paintEvent(QPaintEvent* event) override; |
