summaryrefslogtreecommitdiff
path: root/ui/logview.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-05-01 22:25:23 -0400
committerBrian Potchik <brian@vector35.com>2019-05-01 22:25:23 -0400
commit08f25e6bf61122058049a400f991a0c3e1534d1e (patch)
tree163893bfd5799991e545ee52c25f3aa1834d0100 /ui/logview.h
parent37e5d8f3ab4d12a55ca7e38d13ecd4220308bae1 (diff)
DockWidget interface updates to better support UI plugins.
Diffstat (limited to 'ui/logview.h')
-rw-r--r--ui/logview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/logview.h b/ui/logview.h
index 5546db8a..a83d36b2 100644
--- a/ui/logview.h
+++ b/ui/logview.h
@@ -127,9 +127,10 @@ public:
protected:
void contextMenuEvent(QContextMenuEvent* event) override;
- void focusInput() override;
+ void notifyFontChanged() override;
+ void notifyThemeChanged() override;
void notifyViewChanged(ViewFrame* frame) override;
- void updateFonts() override;
+ void notifyVisibilityChanged(bool visible) override;
Q_SIGNALS:
void notifyUiStatus();