diff options
| author | Brian Potchik <brian@vector35.com> | 2019-05-01 22:25:23 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-05-01 22:25:23 -0400 |
| commit | 08f25e6bf61122058049a400f991a0c3e1534d1e (patch) | |
| tree | 163893bfd5799991e545ee52c25f3aa1834d0100 /ui/functionsview.h | |
| parent | 37e5d8f3ab4d12a55ca7e38d13ecd4220308bae1 (diff) | |
DockWidget interface updates to better support UI plugins.
Diffstat (limited to 'ui/functionsview.h')
| -rw-r--r-- | ui/functionsview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/functionsview.h b/ui/functionsview.h index 02164079..4ca9a4a3 100644 --- a/ui/functionsview.h +++ b/ui/functionsview.h @@ -33,8 +33,8 @@ public: protected: virtual void contextMenuEvent(QContextMenuEvent* event) override; + virtual void notifyFontChanged() override; virtual bool shouldBeVisible(ViewFrame* frame) override; - virtual void updateFonts() override; private Q_SLOTS: void updateTimerEvent(); |
