summaryrefslogtreecommitdiff
path: root/ui/logview.h
diff options
context:
space:
mode:
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();