summary refs log tree commit diff
path: root/src/ui/TextLabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/TextLabel.h')
-rw-r--r--src/ui/TextLabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/TextLabel.h b/src/ui/TextLabel.h

index 1470d64e..56778dcc 100644 --- a/src/ui/TextLabel.h +++ b/src/ui/TextLabel.h
@@ -22,7 +22,7 @@ signals: void contextMenuIsOpening(); protected: - bool eventFilter(QObject *obj, QEvent *event); + bool eventFilter(QObject *obj, QEvent *event) override; }; class TextLabel : public QTextBrowser